ron
Serialization format
A Rust implementation of a simple data serialization format inspired by Rust syntax
Rusty Object Notation
3k stars
26 watching
123 forks
Language: Rust
last commit: 4 days 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,163 |
microsoft/windows-rs | Provides Rust language bindings and utilities to interact with the Windows operating system. | 10,460 |
nrc/r4cppp | A tutorial designed to help experienced C and C++ programmers quickly learn Rust programming. | 3,650 |
rust-cli/config-rs | A configuration system for Rust applications that supports multiple formats and allows flexible configuration management. | 2,638 |
bincode-org/bincode | A compact binary encoder/decoder implementation for Rust | 2,712 |
rust-lang/rustfmt | A tool for formatting Rust code according to style guidelines. | 6,042 |
rust-lang/rust-bindgen | Automates the process of creating Rust interfaces to C and C++ libraries. | 4,467 |
rust-lang/regex | An implementation of regular expressions for Rust. | 3,544 |
3hren/msgpack-rust | A MessagePack implementation for Rust. | 1,171 |
tokio-rs/tracing | A framework for collecting structured diagnostic information from Rust programs | 5,510 |
rust-embedded/svd2rust | Generates Rust code from SVD files used in embedded systems design. | 715 |
ebtech/rust-algorithms | A collection of classic data structures and algorithms in Rust, showcasing the design and implementation for learning and reference purposes. | 3,770 |
sorairolake/scryptenc-rs | A Rust library and tool implementing the scrypt encrypted data format | 1 |
ralfbiedert/cheats.rs | A comprehensive reference guide for the Rust programming language | 4,147 |
rust-embedded/rust-raspberrypi-os-tutorials | A tutorial series for developing operating systems from scratch using Rust on ARMv8-A architecture | 13,693 |