Merge pull request #411 from thomcc/i128_blob

Add a feature for storing i128 as blobs.
This commit is contained in:
gwenn
2018-10-19 21:49:09 +02:00
committed by GitHub
8 changed files with 98 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ extern crate bitflags;
#[macro_use]
extern crate lazy_static;
#[cfg(feature = "i128_blob")]
extern crate byteorder;
use std::cell::RefCell;
use std::convert;
use std::default::Default;