Add more docs

This commit is contained in:
Igor Katson 2023-11-19 22:06:41 +00:00
parent 0170b19fcd
commit adb98a2d89
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 23 additions and 5 deletions

View file

@ -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;