SergioBenitez / version_checkLinks
Rust library for checking the installed/running rustc's version.
☆53Updated last year
Alternatives and similar repositories for version_check
Users that are interested in version_check are comparing it to the libraries listed below
Sorting:
- ☆60Updated last year
- A procedural macro implementation of `quote!`.☆24Updated 2 years ago
- Lossless functionality for platform-native strings.☆73Updated 3 months ago
- Cross-platform interface to the `errno` variable☆72Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- ☆42Updated 4 months ago
- ☆108Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 4 years ago
- Reliable parallel remove_dir_all implementation for Windows and other platforms.☆58Updated this week
- A growable bit-vector for Rust, optimized for size☆43Updated 7 months ago
- ☆75Updated last month
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- ☆60Updated 2 years ago
- Rust String type with configurable byte storage.☆35Updated last year
- ☆87Updated 8 months ago
- Runtime string formatting for Rust☆64Updated 5 years ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- Extensions for the Rust standard library☆40Updated last year
- A Rust crate for formatting strings dynamically☆32Updated last year
- A rust library for reusing heap allocations☆24Updated 5 years ago
- ☆46Updated last year
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- A serde serializer that serializes a subset of types into plain strings☆60Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Rust library for retrieving and interacting with the crates.io index☆73Updated 2 months ago
- Generic extensions for tapping values in Rust.☆58Updated 6 years ago
- A simple map based on a vector for small integer keys