hsivonen / chardetngLinks
A character encoding detector for legacy Web content.
☆106Updated 2 months ago
Alternatives and similar repositories for chardetng
Users that are interested in chardetng are comparing it to the libraries listed below
Sorting:
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆96Updated last month
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated last month
- Diff library with semantic cleanup, based on Google's diff-match-patch☆224Updated last month
- Unicode Normalization forms according to UAX#15 rules☆181Updated last month
- Convert pulldown-cmark Events back to the string they were parsed from☆54Updated 8 months ago
- Semantic wrapper for byte count representations☆149Updated last month
- cargo-add command to make dependencies into dylibs☆102Updated 3 years ago
- MIME Media-type parsing for Rust☆57Updated this week
- A library for extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots.☆63Updated 2 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆151Updated 2 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆126Updated last year
- Safe Rust wrapper for the MozJPEG library☆82Updated 8 months ago
- A generic URI/IRI handling library compliant with RFC 3986/3987.☆99Updated 2 months ago
- Minimal TOML library with few dependencies☆83Updated 8 months ago
- Simple string matching with single- and multiple-wildcard operator☆89Updated last month
- Unicode Case-folding for Rust☆87Updated 9 months ago
- Rust implementation of xxhash☆255Updated last month
- An implementation of bzip2 in pure rust☆62Updated last month
- Comparing argparse APIs☆176Updated last month
- Comparison of Rust string types☆160Updated last month
- Bindings to liblzma in Rust (xz streams in Rust)☆87Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆278Updated last week
- Open a file or link in the system default program.☆72Updated last month
- Compile-time string operations☆107Updated last month
- A Swiss Army Knife for handling compressed data in Rust☆82Updated 8 months ago
- Rust crate to get the IANA time zone for the current system☆46Updated 2 weeks ago
- like thread::spawn but for processes☆160Updated 8 months ago
- A small and lightweight Rust library to obtain the active locale on the system.☆122Updated last year
- A Rust library providing pretty hex dump.☆63Updated 2 months ago
- Parse integers directly from `[u8]` slices in safe code