BurntSushi / byteorderLinks
Rust library for reading/writing numbers in big-endian and little-endian.
☆1,050Updated 10 months ago
Alternatives and similar repositories for byteorder
Users that are interested in byteorder are comparing it to the libraries listed below
Sorting:
- A macro to generate structures which behave like bitflags☆1,042Updated this week
- DEFLATE, gzip, and zlib bindings for Rust☆1,033Updated last month
- A TOML encoding/decoding library for Rust☆1,020Updated 2 years ago
- A collection of numeric types and traits for Rust.☆1,155Updated 6 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,234Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,523Updated last month
- Compile time static maps for Rust☆1,977Updated last month
- An intrusive flamegraph profiling tool for rust.☆721Updated last year
- Get the number of CPUs in Rust☆606Updated last month
- Rust library allowing to register multiple handlers for the same signal☆797Updated 2 weeks ago
- Rust quasi-quoting☆1,444Updated last week
- MessagePack implementation for Rust / msgpack.org[Rust]☆1,289Updated 6 months ago
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- A very simple thread pool for parallel task execution☆563Updated 3 years ago
- Generate and parse UUIDs.☆1,120Updated last week
- Slab allocator for Rust☆821Updated 2 weeks ago
- Tar file reading/writing for Rust☆678Updated last month
- A multiprocess drop-in replacement for Rust channels☆995Updated this week
- A pure rust YAML implementation.☆630Updated last year
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,367Updated 2 months ago
- Simple, efficient logging for Rust☆890Updated 8 months ago
- Error management☆1,421Updated 5 years ago
- derive builder implementation for rust structs☆1,462Updated 2 weeks ago
- Macros for all your token pasting needs☆1,053Updated 10 months ago
- cross-platform Rust API for memory mapped IO☆567Updated 3 years ago
- URL parser for Rust☆1,450Updated last week
- A small macro for defining lazy evaluated static variables in Rust.☆2,012Updated 6 months ago
- A crate for managing memory bit by bit☆1,318Updated last year
- Temporary file library for rust