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.
989 stars
15 watching
144 forks
Language: Rust
last commit: 3 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,729 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 407 |
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 | 285 |
rubencaro/cipher | A cryptographic library for encrypting and decrypting arbitrary binary data in Elixir | 61 |
pyrossh/rust-embed | A tool that embeds static assets into Rust binaries at compile time or loads them from the file system during runtime. | 1,696 |
mbechler/serianalyzer | Analyzes Java bytecode to identify potential deserialization vulnerabilities. | 240 |
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 | 2,003 |
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. | 394 |
fxamacker/cbor | A library for encoding and decoding binary data in a compact and secure format. | 750 |
burner/inifiled | Generates and parses ini files at compile time using annotated structs in D. | 21 |