Crate rjc

Source
Expand description

§rjc

A binary and library for parsing various formats, and commands into various formats including but not limited to JSON, YAML, TOML.

Re-exports§

pub use self::parsers::win32;
pub use self::parsers::unix;
pub use self::parsers::darwin;
pub use self::parsers::common;
pub use self::parsers::formats;

Modules§

args
parsers
Command specific parsers
r_io_utils