improve docs

This commit is contained in:
Dietmar Maurer
2019-08-14 14:08:27 +02:00
parent 018d11bb84
commit 39a4df61d6
2 changed files with 15 additions and 12 deletions

View File

@ -11,8 +11,10 @@ use super::*;
///
/// Data blobs store arbitrary binary data (< 128MB), and can be
/// compressed and encrypted. A simply binary format is used to store
/// them on disk or transfer them over the network. Please use index
/// files to store large data files (".fidx" of ".didx").
/// them on disk or transfer them over the network.
///
/// Please use index files to store large data files (".fidx" of
/// ".didx").
///
pub struct DataBlob {
raw_data: Vec<u8>, // tagged, compressed, encryped data