Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Customized Allocator in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Useful Rust Crates for Numeric Computation
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
num
num A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more!
num-derive
num-derive providess procedural macros to derive numeric traits in …
Manipulate Bits in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
bitvec
bitvec Addresses memory by bits, for packed collections and bitfields bitvec provides a foundational API for bitfields in Rust. It specializes standard-library data structures (slices, arrays, and vectors of bool …
Foreign Language Integration in Rust
Concatenate Static Arrays in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Generating static arrays during compile time in Rust