1#![cfg_attr(not(test), no_std)] 2#![cfg_attr(docsrs, feature(doc_cfg))] 3 4extern crate alloc; 5pub mod allocator; 6pub mod permutation;