zvariant_utils/
lib.rs

1//! Various utilities used by the `zvariant` crate and others.
2
3pub mod case;
4pub mod macros;