Module nom::lib[][src]

Lib module to re-export everything needed from std or core/alloc. This is how serde does it, albeit there it is not public.

Modules

std

std facade allowing std/core to be interchangeable. Reexports alloc crate optionally, as well as core or std internal std exports for no_std compatibility