lib.rs 288 B

1234567891011121314
  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. #[macro_use]
  9. extern crate tor_log;
  10. pub mod ffi;