Skip to main content

debug_unsafe/
lib.rs

1// #![cfg_attr(not(feature = "std"), no_std)]
2#![no_std]
3#![cfg_attr(docsrs, feature(doc_cfg))]
4
5#[cfg_attr(docsrs, doc(cfg(feature = "arraystring")))]
6#[cfg(feature = "arraystring")]
7pub mod arraystring;
8pub mod option;
9pub mod slice;