ron
Serialization format
A Rust implementation of a simple data serialization format inspired by Rust syntax
Rusty Object Notation
3k stars
26 watching
127 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
configsdata-formatrustserdeserialization
Related projects:
Repository | Description | Stars |
---|---|---|
serde-rs/serde | A framework for efficiently and generically serializing and deserializing data structures in Rust. | 9,255 |
microsoft/windows-rs | A library that provides Rust bindings for calling Windows APIs. | 10,797 |
nrc/r4cppp | A tutorial designed to help experienced C and C++ programmers quickly learn Rust programming. | 3,666 |
rust-cli/config-rs | A configuration system designed to support 12-factor applications and various data formats. | 2,700 |
bincode-org/bincode | A compact binary encoder/decoder implementation for Rust | 2,748 |
rust-lang/rustfmt | A tool for formatting Rust code according to style guidelines. | 6,095 |
rust-lang/rust-bindgen | Automates the process of creating Rust interfaces to C and C++ libraries. | 4,531 |
rust-lang/regex | An implementation of regular expressions for Rust. | 3,580 |
3hren/msgpack-rust | A MessagePack implementation for Rust. | 1,183 |
tokio-rs/tracing | A framework for collecting structured diagnostic information from Rust programs | 5,569 |
rust-embedded/svd2rust | Generates Rust code from SVD files used in embedded systems design. | 724 |
ebtech/rust-algorithms | A collection of classic data structures and algorithms in Rust, showcasing the design and implementation for learning and reference purposes. | 3,778 |
sorairolake/scryptenc-rs | A Rust library and tool implementing a secure data encryption format based on the scrypt algorithm | 1 |
ralfbiedert/cheats.rs | A comprehensive reference guide for the Rust programming language | 4,177 |
rust-embedded/rust-raspberrypi-os-tutorials | A tutorial series for developing operating systems from scratch using Rust on ARMv8-A architecture | 13,798 |