Expand description
Collections backed by bumpalo and serde_json::value::RawValue.
That combination allows to manipulate shared references while doing minimal and gradual JSON parsing.
Re-exports§
pub use bbbul::Bbbul;pub use bbbul::FrozenBbbul;pub use map::RawMap;pub use value::Value;pub use vec::RawVec;
Modules§
- alloc
- Contains
allocator_api2::alloc::Allocatorimplementations forbumpaloobjects. - bbbul
- Contains
crate::bbbul::Bbbulandcrate::bbbul::FrozenBbbultypes. - de
- Contains advanced type for
bumpalo-enabled deserialization. - interner
- Contains a simple
strinterner - map
- Contains
crate::map::RawMap,crate::map::FrozenMapand associated types. - value
- Parses
serde_json::value::RawValuein bumpalo-backed types. - vec
- Contains
crate::vec::RawVecand associated types.