6 lines
94 B
Rust
6 lines
94 B
Rust
#![cfg_attr(not(feature = "alloc"), no_std)]
|
|
|
|
mod short_name;
|
|
|
|
pub use short_name::ShortName;
|