From d1820c1516a31a149fc51a9e5126bf899e4c4e08 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Wed, 27 Sep 2017 19:48:07 +0000 Subject: rust implementation of protover --- src/rust/smartlist/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/rust/smartlist/lib.rs (limited to 'src/rust/smartlist/lib.rs') diff --git a/src/rust/smartlist/lib.rs b/src/rust/smartlist/lib.rs new file mode 100644 index 0000000000..71d89a3b87 --- /dev/null +++ b/src/rust/smartlist/lib.rs @@ -0,0 +1,5 @@ +extern crate libc; + +mod smartlist; + +pub use smartlist::*; -- cgit v1.2.3-54-g00ecf