An open API service indexing awesome lists of open source software.

https://github.com/riboseinc/rust-nereon

Rust library for parsing Nereon syntax
https://github.com/riboseinc/rust-nereon

Last synced: about 2 months ago
JSON representation

Rust library for parsing Nereon syntax

Awesome Lists containing this project

README

        

# Multi-configuration parser library

Nereon configuration tools in native Rust. See
[nereon-models](https://github.com/riboseinc/nereon-models),
[nereon-syntax](https://github.com/riboseinc/nereon-syntax) and
[libnereon](https://github.com/riboseinc/libnereon/README.md)
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 [email protected]: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](https://docs.rs/nereon)

[Website](https://github.com/riboseinc/nereon)