Expand description
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
facade allowingstd
/core
to be interchangeable. Reexportsalloc
crate optionally, as well ascore
orstd
internal std exports for no_std compatibility