mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
6 lines
183 B
Rust
6 lines
183 B
Rust
|
|
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||
|
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||
|
|
|
||
|
|
pub extern crate alloc;
|
||
|
|
pub use std_shims::{str, vec, string, collections, io, sync, prelude};
|