diff options
Diffstat (limited to 'src/rust/smartlist/lib.rs')
-rw-r--r-- | src/rust/smartlist/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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::*; |