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
- Host: GitHub
- URL: https://github.com/riboseinc/rust-nereon
- Owner: riboseinc
- Created: 2018-05-29T21:57:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T02:10:04.000Z (about 6 years ago)
- Last Synced: 2025-04-05T23:32:31.236Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)