lib.rs 274 B

123456789101112
  1. // Copyright (c) 2016-2017, The Tor Project, Inc. */
  2. // See LICENSE for licensing information */
  3. //! Small module to announce Rust support during startup for demonstration
  4. //! purposes.
  5. //!
  6. extern crate libc;
  7. extern crate tor_allocate;
  8. extern crate tor_log;
  9. pub mod ffi;