1 2 3 4 5 6 7 8 9 10
pub use base::{Block, Color, Description}; use crate::utils::rc::ReadRc; pub mod base; pub mod binary; pub mod multicolor; //pub type Line<B> = smallvec::SmallVec<[B; 32]>; pub type Line<B> = ReadRc<[B]>;