1
Fork 0

Add TODOs for untyped usage examples.

This commit is contained in:
Alex Helfet 2017-12-28 18:44:30 +00:00
parent 8c02a2d380
commit 4123ca0329

View file

@ -82,6 +82,15 @@
//! For sending or receiving a stream of frames, consider the `Reader`
//! and `Writer` structs that wrap an `io::Read` or `io::Write`
//! instance.
//!
//! ## Example usage from a std crate
//!
//! TODO.
//!
//! ## Example usage from a no_std crate
//!
//! TODO.
//!
#![deny(warnings)]
#![cfg_attr(not(feature = "use_std"), no_std)]