8 releases (4 breaking)

Uses old Rust 2015

0.6.0 Oct 23, 2018
0.5.0 Oct 23, 2018
0.4.3 Oct 19, 2018
0.2.1 Sep 29, 2018
0.1.0 Sep 27, 2018

#468 in #automatic

Download history 14/week @ 2024-02-23 9/week @ 2024-03-01 7/week @ 2024-03-08 19/week @ 2024-03-15 37/week @ 2024-03-29 14/week @ 2024-04-05

51 downloads per month
Used in 4 crates

BSD-2-Clause

9KB
149 lines

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


lib.rs:

A Nereon Value can be converted into another type using the FromValue trait. See the nereon crate for example usage.

Dependencies

~2MB
~45K SLoC