add owning NibbleVec

This commit is contained in:
Robert Habermeier
2016-07-04 16:57:57 +02:00
parent bb2a631885
commit 39a46eee8f
2 changed files with 131 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ pub mod crypto;
pub mod triehash;
pub mod trie;
pub mod nibbleslice;
pub mod nibblevec;
mod heapsizeof;
pub mod squeeze;
pub mod semantic_version;