jrd 0.1.0

json resource descriptor, as specified by https://www.packetizer.com/json/jrd/
Documentation
  • Coverage
  • 86.67%
    13 out of 15 items documented1 out of 3 items with examples
  • Size
  • Source code size: 13.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 893.41 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alemidev

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