aboutsummaryrefslogtreecommitdiff
path: root/src/rust/tor_util/lib.rs
blob: 12cb3896b69f0c58b002f85aeb9a9aefac263941 (plain)
1
2
3
4
5
6
7
8
9
10
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;