byteorder
Byte encoder
A Rust library for encoding and decoding numbers in different byte orders.
Rust library for reading/writing numbers in big-endian and little-endian.
982 stars
14 watching
142 forks
Language: Rust
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
burntsushi/suffix | A Rust library for building efficient suffix arrays with Unicode support | 263 |
burntsushi/rust-csv | A Rust library for parsing and generating CSV data structures | 1,719 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 406 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
burntsushi/tabwriter | A crate that provides elastic tabstops for text formatting in Rust. | 248 |
lifthrasiir/rust-encoding | A Rust library providing advanced character encoding support with error detection and recovery capabilities | 284 |
rubencaro/cipher | A cryptographic library for encrypting and decrypting arbitrary binary data in Elixir | 61 |
pyrossh/rust-embed | A Rust macro that embeds files into the binary at compile time during release and loads them from the file system during development. | 1,677 |
mbechler/serianalyzer | Analyzes Java bytecode to identify potential deserialization vulnerabilities. | 241 |
uwearzt/as5048a | Provides an interface to read data from an AS5048A Magnetic Rotary Encoder on a Raspberry Pi | 1 |
storyyeller/krakatau | A toolset for analyzing and manipulating Java bytecode | 1,992 |
kronuz/base-x | A C++ library for encoding and decoding data using custom bases. | 14 |
hsivonen/encoding_rs | An implementation of the Encoding Standard in Rust, supporting decoding and encoding of various character encodings. | 387 |
fxamacker/cbor | A library for encoding and decoding binary data in a compact and secure format. | 739 |
burner/inifiled | Generates and parses ini files at compile time using annotated structs in D. | 21 |