aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/tor_util/lib.rs')
-rw-r--r--src/rust/tor_util/lib.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rust/tor_util/lib.rs b/src/rust/tor_util/lib.rs
new file mode 100644
index 0000000000..12cb3896b6
--- /dev/null
+++ b/src/rust/tor_util/lib.rs
@@ -0,0 +1,11 @@
+// Copyright (c) 2016-2017, The Tor Project, Inc. */
+// See LICENSE for licensing information */
+
+//! Small module to announce Rust support during startup for demonstration
+//! purposes.
+
+extern crate libc;
+extern crate tor_allocate;
+
+pub mod ffi;
+pub mod strings;