json resource descriptor, as specified by https://www.packetizer.com/json/jrd/
Find a file
2024-03-21 23:56:01 +01:00
src feat: initial commit 2024-03-21 23:56:01 +01:00
.editorconfig feat: initial commit 2024-03-21 23:56:01 +01:00
.gitignore feat: initial commit 2024-03-21 23:56:01 +01:00
.rustfmt.toml feat: initial commit 2024-03-21 23:56:01 +01:00
Cargo.lock feat: initial commit 2024-03-21 23:56:01 +01:00
Cargo.toml feat: initial commit 2024-03-21 23:56:01 +01:00
README.md feat: initial commit 2024-03-21 23:56:01 +01:00

jrd

json resource descriptor, as specified by https://www.packetizer.com/json/jrd/

this tiny crate provides a struct representation for Json Resource Descriptors, with serde traits derived

get more information on its usage on docs.rs

why

this crate is tiny and does very little, mostly piggy-backing from Packetizer's documentation

i found myself writing this and the docs for myself while working on a project, to have better hints around JRDs, so I thought others might find it useful and decided to share it publicly