reproto-derive

Crates.ioreproto-derive
lib.rsreproto-derive
version0.3.36
sourcesrc
created_at2018-02-17 01:08:27.061283
updated_at2018-04-28 12:07:28.947632
descriptionRethinking Protocol Generators Derives a reproto schema from an existing JSON.
homepagehttps://github.com/reproto/reproto
repositoryhttps://github.com/reproto/reproto
max_upload_size
id51483
size38,895
John-John Tedro (udoprog)

documentation

https://docs.rs/reproto-derive

README

reproto schema deriver

Component that drives reproto derive, a tool for generating a schema from an existing document.

For a more thorough guide, see the documentation.

This component uses an intermediate representation called SIR (Structured Intermediate Representation), which permits it to support multiple input formats.

  • JSON, through serde_json (default, or --format json).
  • YAML, through serde_yaml (--format yaml).
Commit count: 1053

cargo fmt