Add doc reference in decode/src/main.rs.
This commit is contained in:
parent
5b74db824f
commit
ce4359d1e2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ extern crate derive_error;
|
|||
extern crate framed;
|
||||
extern crate serde_json;
|
||||
|
||||
include!(env!("FRAMED_DECODE_DYNAMIC_RS"));
|
||||
include!(env!("FRAMED_DECODE_DYNAMIC_RS")); // Try building with `framed-rs/bin/decode_typed`. See documentation in `framed-rs/decode/README.md`.
|
||||
|
||||
mod error;
|
||||
use error::{Error, Result};
|
||||
|
|
Loading…
Reference in a new issue