use std::error::Error; use std::fmt::Display; pub mod array; pub mod au64; pub mod boolean; pub mod plain; use crate::{atomic::*, mode::*};