encoding_rs
Encoding library
An implementation of the Encoding Standard in Rust, supporting decoding and encoding of various character encodings.
A Gecko-oriented implementation of the Encoding Standard in Rust
387 stars
14 watching
55 forks
Language: Rust
last commit: 10 days ago
Linked from 1 awesome list
charsetencodingrustunicodeweb
Related projects:
Repository | Description | Stars |
---|---|---|
hsivonen/recode_rs | Tool for encoding conversion | 12 |
lifthrasiir/rust-encoding | A Rust library providing advanced character encoding support with error detection and recovery capabilities | 284 |
hsivonen/recode_c | A test application showcasing encoding_rs's capabilities in C. | 0 |
sorairolake/scryptenc-rs | A Rust library and tool implementing the scrypt encrypted data format | 1 |
mandrean/har-rs | A library for serializing and deserializing the HTTP Archive format | 44 |
rust-lang/flate2-rs | A library that provides bindings to various compression formats. | 916 |
netvl/xml-rs | A Rust library for parsing and working with XML documents | 461 |
alexcrichton/bzip2-rs | A Rust library providing bindings to the bzip2 compression library for efficient data encoding and decoding | 99 |
hsivonen/recode_cpp | A test and demonstration project for encoding_rs in C++ | 2 |
mozilla/authenticator-rs | A Rust library for interacting with Security Key-type devices via USB HID protocol | 276 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 406 |
rust-bitcoin/rust-bitcoin | A Rust library for serializing and deserializing Bitcoin protocol messages and keys. | 2,132 |
gyscos/zstd-rs | A Rust binding for the zstd compression library | 527 |
m-decoster/rsgenetic | A framework for executing genetic algorithms in Rust | 75 |
bytecodealliance/rustix | A safe Rust interface to POSIX-like system calls with configurable backends. | 1,491 |