Up tool versions, fix warnings on rustler and add basic test

This commit is contained in:
Joakim Nylen
2019-08-23 05:15:22 +02:00
parent c667c55db8
commit 1818b0b13a
4 changed files with 38 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#[macro_use] extern crate rustler;
#[macro_use] extern crate rustler_codegen;
#[macro_use] extern crate lazy_static;
extern crate rustler_codegen;
extern crate lazy_static;
extern crate calamine;
use rustler::{Env, NifResult, Encoder, Term};