//! The module contains the implementation of the `Raw` codec.
//! The codec is used for types that are already represented by bytes
//! and can be deserialized into bytes-based objects.
use crate;
use Cow;
/// The codec is used for types that are already represented by bytes.
;