• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Nom is an awesome parser combinators library in Rust
2
3To get started using nom, you can include it in your Rust projects from
4[crates.io](https://crates.io/crates/nom). Here are a few links you will find useful:
5
6* [Reference documentation](https://docs.rs/nom)
7* [Gitter chat room](https://gitter.im/Geal/nom). You can also go to the #nom IRC
8channel on irc.mozilla.org, or ping 'geal' on Mozilla, Freenode, Geeknode or oftc IRC
9* [Making a new parser from scratch](making_a_new_parser_from_scratch.md)
10(general tips on writing a parser and code architecture)
11* [How to handle parser errors](error_management.md)
12* [Recipes for common nom tasks](nom_recipes.md)
13