Add TODOs for untyped usage examples.
This commit is contained in:
parent
8c02a2d380
commit
4123ca0329
1 changed files with 9 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue