1 2 3 4 5 6
//! This crate will eventually become a "batteries included" metacrate for the //! [Bedquilt project](https://bedquilt.io). Right now it's just a re-export of //! [bedquilt-io](bedquilt_io). #![no_std] pub use bedquilt_io;