Expand description
Re-exports§
pub use crate::borrow::CowDelta;pub use crate::error::DeltaError;pub use crate::error::DeltaResult;pub use crate::option::OptionDelta;pub use crate::range::RangeDelta;pub use crate::string::Str;pub use crate::string::StringDelta;pub use crate::vec::EltDelta;pub use crate::vec::VecDelta;pub use crate::core::*;pub use crate::boxed::*;pub use crate::collections::*;pub use crate::rc::*;pub use crate::sync::*;pub use crate::tuple::*;
Modules§
- arrays
- borrow
- boxed
- A Deltoid impl for
Boxthat provides extra functionality in the form of delta support, de/serialization, partial equality and more. - collections
- core
- Core definitions
- error
- option
- range
- rc
- A Deltoid impl for
Rcthat provides extra functionality in the form of delta support, de/serialization, partial equality and more. - result
- snapshot
- Snapshotting infrastructure.
- string
- sync
- tuple
- vec