// 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;