Skip to content

Commit

Permalink
link to nom
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jul 2, 2019
1 parent 187bf4b commit fdc7b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/rust-bakery/cookie-factory.svg?branch=master)](https://travis-ci.org/rust-bakery/cookie-factory)
[![Crates.io Version](https://img.shields.io/crates/v/cookie-factory.svg)](https://crates.io/crates/cookie-factory)

serialization library built with a combinator design similar to nom.
serialization library built with a combinator design similar to the [nom parser combinators library](https://github.com/geal/nom).

Serializers are built up from single purpose serializers, like `slice`
to write a raw byte slice, or `be_u16` to write a `u16` integer in big
Expand Down

0 comments on commit fdc7b9e

Please sign in to comment.