nom_nrql 0.1.2

NRQL (New Relic Query Language) streaming parser built with nom.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# nom_nrql

NRQL (New Relic Query Language) streaming parser built with [nom](https://github.com/rust-bakery/nom).

## Documentation

- [docs.rs]https://docs.rs/nom_nrql

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or <https://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]LICENSE-MIT or <https://opensource.org/licenses/MIT>)

at your option.