Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support decimal point #24

Open
baoyachi opened this issue Dec 26, 2023 · 1 comment
Open

Support decimal point #24

baoyachi opened this issue Dec 26, 2023 · 1 comment
Labels
enhancement New feature or request v0.9
Milestone

Comments

@baoyachi
Copy link
Owner

No description provided.

@baoyachi baoyachi added the enhancement New feature or request label Jan 9, 2024
@baoyachi baoyachi added this to the release 1.0 milestone Jan 9, 2024
@baoyachi baoyachi added the v0.9 label Apr 18, 2024
@baoyachi
Copy link
Owner Author

baoyachi commented Apr 21, 2024

Current 0.8.x version, not support below expr:

        // let duration = parse("0.0").unwrap();
        // assert_eq!(duration, Duration::new(0, 0));

        // let duration = parse("1.111").unwrap();
        // assert_eq!(duration, Duration::new(0, 0));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v0.9
Projects
None yet
Development

No branches or pull requests

1 participant