//! # razor-rpc-codec
//!
//! This crate provides some core trait and codec implementations for [`razor-rpc`](https://docs.rs/razor-rpc) and [`razor-stream`](https://docs.rs/razor-stream).
//!
/*
* Note that there's no unify output interface in each serde impl,
* whatever we want to serialize into (std::io::Write / Buffer/ Vec<u8>),
* require the codec implement to match.
*/
use ;
/// The codec is immutable, if need changing (like setting up cipher), should have inner
/// mutablilty
pub use *;