5 lines
115 B
Rust
5 lines
115 B
Rust
#![cfg_attr(not(feature = "std"), no_std)]
|
|
#![cfg_attr(nightly, feature(error_generic_member_access))]
|
|
|
|
mod error;
|