daft 0.1.7

Structural diffs of Rust data structures
Documentation
1
2
3
4
5
6
7
8
9
10
//! Implementations for third-party libraries.

#[cfg(feature = "indexmap")]
pub(crate) mod indexmap;
#[cfg(feature = "newtype-uuid1")]
mod newtype_uuid_impls;
#[cfg(feature = "oxnet01")]
mod oxnet_impls;
#[cfg(feature = "uuid1")]
mod uuid_impls;