rust-lang / libm
A port of MUSL's libm to Rust.
☆557Updated this week
Alternatives and similar repositories for libm:
Users that are interested in libm are comparing it to the libraries listed below
- A vector with a fixed capacity. (Rust)☆771Updated 2 months ago
- Just, really the littlest Vec you could need. So smol.☆657Updated 2 weeks ago
- Fast floating point to string conversion☆613Updated 2 months ago
- Spin-based synchronization primitives☆493Updated 5 months ago
- A macro to generate structures which behave like bitflags☆977Updated this week
- Test harness for ui tests of compiler diagnostics☆837Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆594Updated last year
- Numeric traits for generic mathematics in Rust☆756Updated 5 months ago
- Portable Packed SIMD Vectors for Rust standard library☆607Updated 8 months ago
- A if/elif-like macro for Rust #[cfg] statements☆578Updated 2 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆723Updated 3 weeks ago
- Slab allocator for Rust☆726Updated last month
- Safe cross-platform linker shenanigans☆677Updated 2 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆416Updated last month
- Backtraces in Rust☆548Updated last week
- ☆778Updated last week
- Generic array types in Rust☆406Updated this week
- A crate for safe and ergonomic pin-projection.☆625Updated this week
- Intrusive collections for Rust☆430Updated 4 months ago
- Rust method delegation with less boilerplate☆451Updated this week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,386Updated this week
- cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code☆749Updated this week
- Macros for all your token pasting needs☆1,037Updated 3 months ago
- A string type for Rust that is not required to be valid UTF-8.☆867Updated 2 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆822Updated 3 weeks ago
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆538Updated 4 months ago
- Tar file reading/writing for Rust☆638Updated last month
- A minimal `syn` syntax tree pretty-printer☆651Updated this week
- Automatic checking for semantic versioning in library crates☆636Updated last year
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆503Updated 6 months ago