Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,23 @@
"name": "rkyv",
"notes": "Fast zero-copy deserialization framework that allows arbitrary field types and safe zero-copy mutation."
}]
},
{
"name": "Self-describing, no external schema file",
"recommendations": [
{
"name": "serde_json",
"notes": "A fast and flexible library for parsing and generating JSON using Serde’s powerful data model."
},
{
"name": "configparser",
"notes": "A simple library for reading and writing INI-style configuration files with section-based key-value pairs."
},
{
"name": "toml",
"notes": "A robust TOML parser for Rust, ideal for config files with readable syntax and rich data types."
}]
}]
},
{
"slug": "system",
Expand Down
Loading