//! Contains newtypes over the standard library types
//! that support finer-grained serialization settings.
pub use Integer;
pub use String;
pub use Unimplemented;
pub use Vec;
/// Definitions for the `std::collections` module.
/// Definitions for smart pointers in the `std` module.