libtor-sys 46.6.0+0.4.6.6

Rust crate that internally compiles Tor and its dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2016-2019, 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;

#[macro_use]
extern crate tor_log;

pub mod ffi;
pub mod strings;