1//! This crate defines the core traits and types used by the rest of the bc-rust.test library. 2 3#![feature(adt_const_params)] 4#![forbid(unsafe_code)] 5 6pub mod errors; 7pub mod key_material; 8pub mod traits;