Added documentation / HeapAllocable

This commit is contained in:
Paul Masurel
2016-09-22 14:32:44 +09:00
parent 994f223e35
commit ca331e7fe5
12 changed files with 177 additions and 78 deletions

View File

@@ -7,7 +7,7 @@ use super::compute_num_bits;
/// `FastFieldSerializer` is in charge of serializing
/// a fastfield on disk.
/// fastfields on disk.
///
/// FastField are encoded using bit-packing.
///