Add more docs
This commit is contained in:
parent
0170b19fcd
commit
adb98a2d89
4 changed files with 23 additions and 5 deletions
|
|
@ -1,3 +1,8 @@
|
|||
// This crate used for making working with &[u8] or Vec<u8> generic in other parts of librqbit,
|
||||
// for nicer display of binary data etc.
|
||||
//
|
||||
// Not useful outside of librqbit.
|
||||
|
||||
use serde::{Deserialize, Deserializer};
|
||||
|
||||
use clone_to_owned::CloneToOwned;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue