SaaSHub helps you find the best software and product alternatives Learn more →
Top 4 Rust Date Projects
-
On that note, it would also be good to configure cargo-deny so that a CI pipeline and any maintainer can easily audit the current dependency versions. Sometimes CVEs require a new major semver (looking at you, time 0.1.x and thus chrono 0.4.x), so it's not enough to rely on people installing the tool with semver-compatible updates. Automatically auditing dependencies is really important, and given how easy cargo-deny makes it, I don't think many projects have any excuse not to configure it.
-
On that note, it would also be good to configure cargo-deny so that a CI pipeline and any maintainer can easily audit the current dependency versions. Sometimes CVEs require a new major semver (looking at you, time 0.1.x and thus chrono 0.4.x), so it's not enough to rely on people installing the tool with semver-compatible updates. Automatically auditing dependencies is really important, and given how easy cargo-deny makes it, I don't think many projects have any excuse not to configure it.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
As a result of the advisory these were implemented: https://github.com/x-hgg-x/tz-rs https://github.com/Kixunil/rl_localtime and the advisory also prompted a lot of discussion about solutions in this thread: https://internals.rust-lang.org/t/synchronized-ffi-access-to-posix-environment-variable-functions/15475
-
The current WIP version is available here: https://github.com/sebastienrousseau/mini-functions/tree/feature/mini-functions
Rust Date related posts
- Simple, fast and safety alternative for unzip
- Is it unidiomatic/anti-pattern to use the return keyword ?
- Learning Rust and using Mini Functions 🦀
- time: MSRV policy is changing beginning 2023-07-01 to N-2 rustc versions
- Hifitime 3.5.0: time.rs and chrono alternative, only more precise, formally verified, and used in scientific and engineering programs
- chrono 0.4.20 has been released, fixing the RUSTSEC-2020-0159 issue
- chrono 0.4.20-rc.1 has just been released!!
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f1611934350>
www.saashub.com | 28 Mar 2023
Index
What are some of the best open-source Date projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | chrono | 2,610 |
2 | time | 748 |
3 | tz-rs | 162 |
4 | mini-functions | 13 |