Split out joiner.

This commit is contained in:
Gav
2018-01-16 17:57:42 +01:00
parent caff772b83
commit e410a3a665
6 changed files with 18 additions and 15 deletions
@@ -1,5 +1,5 @@
use runtime_support::{Vec, size_of, transmute, uninitialized, slice};
use streamreader::Joiner;
use joiner::Joiner;
use endiansensitive::EndianSensitive;
/// Trait that allows zero-copy read/write of value-references to/from slices in LE format.