ebarnard / rust-plistLinks
A rusty plist parser.
☆88Updated 4 months ago
Alternatives and similar repositories for rust-plist
Users that are interested in rust-plist are comparing it to the libraries listed below
Sorting:
- Rusty bindings for Apple libraries☆178Updated 3 years ago
- Non standard integer types like `u7`, `u9`, `u10`, `u63`, `i7`, `i9`☆135Updated last year
- Fast and ergonomic Rust bindings for ObjC APIs☆167Updated 6 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆144Updated 4 months ago
- rust library for formatting dynamic strings☆160Updated 6 months ago
- Accessing file timestamps in a platform-agnostic fashion in Rust☆127Updated last week
- a cross-platform library for opening OS pipes in Rust☆114Updated 3 months ago
- Bindings to liblzma in Rust (xz streams in Rust)☆90Updated last year
- Semantic wrapper for byte count representations☆152Updated last week
- Build library for invoking pkg-config for Rust☆186Updated 11 months ago
- Unicode Normalization forms according to UAX#15 rules☆186Updated 3 months ago
- Custom derivation macro for Rust☆113Updated 8 years ago
- A Rust crate that provides a simple interface for LZMA compression and decompression.☆83Updated 2 years ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆99Updated 2 weeks ago
- A Rust library providing pretty hex dump.☆62Updated 2 months ago
- libbz2 (bzip2 compression) bindings for Rust☆163Updated 3 weeks ago
- A zero-overhead Windows I/O library, focusing on IOCP☆118Updated 5 months ago
- A rust interface to the Mach 3.0 kernel that underlies OSX.☆87Updated 3 years ago
- Provides a crate with information from the time it was built.☆191Updated last month
- A typesafe store keyed by types and containing different types of values.☆181Updated 7 years ago
- Typed HTTP Headers from hyper☆192Updated 3 months ago
- Run Rust tests in isolated subprocesses☆41Updated 4 months ago
- Convert number to enum☆87Updated last year
- Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats☆66Updated 2 months ago
- Ogg container decoder and encoder written in pure Rust☆129Updated last year
- Parse integers directly from `[u8]` slices in safe code☆62Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0