Files
serai/patches/std-shims/src/lib.rs

6 lines
178 B
Rust
Raw Normal View History

2025-11-16 16:44:09 -05:00
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(not(feature = "std"), no_std)]
pub extern crate alloc;
pub use std_shims::{str, vec, string, collections, io, sync, prelude};