9 lines
144 B
Rust
9 lines
144 B
Rust
#[cfg(feature = "serde")]
|
|
mod serde;
|
|
|
|
mod envelope;
|
|
mod types;
|
|
|
|
pub use self::envelope::Envelope;
|
|
pub use self::types::{Address, AddressError};
|