nereon

Crates.ionereon
lib.rsnereon
version0.6.0
sourcesrc
created_at2018-05-29 21:55:33.108967
updated_at2018-10-23 14:02:31.054268
descriptionRiboseinc configuration library for Rust
homepage
repositoryhttps://github.com/riboseinc/rust-nereon
max_upload_size
id67688
size77,211
(drystone)

documentation

README

Multi-configuration parser library

Nereon configuration tools in native Rust. See nereon-models, nereon-syntax and libnereon for background information.

There is a NOC playground application bundled in noc. It generates a simple 2-pane web page with an editable NOC on the left and parsed results on the right. To get this running use something along the lines of:

git clone git@github.com:riboseinc/rust-nereon.git
cd rust-nereon
cargo build --manifest-path=noc/Cargo.toml
./target/debug/noc -p 8042

and point your browser at http://localhost:8042

Documentation

Website

Commit count: 31

cargo fmt