Registry / serialization / cookie-factory

cookie-factory

JSON →
library0.3.3rscratesunverified

nom inspired serialization library.

# Cargo.toml [dependencies] cookie-factory = "0.3.3"
INSTALL
IMPORT
SIG · COOKIE-FACTORY
C
cookie-factory
serializationrustv0.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gen_simple
use cookie_factory::gen_simple;

Serializes data using a combinator-based approach.

use cookie_factory::gen_simple; fn main() { let data = gen_simple(|w| { // serialization logic here Ok(w) }).unwrap(); println!("Serialized: {:?}", data); }
Debug
Known issues
gotchaLibrary is not actively maintained; last release in 2020.
fix
Consider alternatives like `nom` for parsing or `serde` for serialization.
affects: >=0.3.0
Upgrade
Version history
0.3.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
cookie-factory — cargo add cookie-factory · libregistry