dangerous 0.10.0

Safely and explicitly parse untrusted / dangerous data
Documentation
1
2
3
4
5
6
7
mod core;
#[cfg(feature = "nom")]
mod nom;
#[cfg(feature = "std")]
mod std;
#[cfg(feature = "zc")]
mod zc;