[go: up one dir, main page]

cookie-factory 0.2.3

nom inspired serialization library
Documentation
1
2
3
4
5
6
7
8
9
10
11
# cookie-factory

[![LICENSE](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Build Status](https://travis-ci.org/Geal/cookie-factory.svg?branch=master)](https://travis-ci.org/geal/cookie-factory)
[![Crates.io Version](https://img.shields.io/crates/v/cookie-factory.svg)](https://crates.io/crates/cookie-factory)

serialization library built on the same design as nom.

Highly experimental, don't use it if you're afraid of rewriting all your code

Reference documentation is available [here](https://docs.rs/cookie-factory/).