1#![doc = include_str!("../README.md")] 2#![warn(missing_docs)] 3 4mod bytes; 5 6pub use bytes::PyBytes;