lib.rs 154 B

12345678
  1. //! Small module to announce Rust support during startup for demonstration
  2. //! purposes.
  3. //!
  4. extern crate libc;
  5. extern crate tor_allocate;
  6. pub mod ffi;