x_variant/
lib.rs

1#[cfg(feature = "serde")]
2mod serde;
3pub mod variant;
4
5pub use variant::Variant;