aboutsummaryrefslogtreecommitdiff
path: root/lib.rs
blob: 155bac68d4a487d105823055e9ed85c7fc1f2530 (plain) (blame)
1
2
3
4
5
6
7
8
9
#[feature(struct_variant, macro_rules)];
#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"];
#[crate_type="lib"];
#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];

extern mod extra;

pub mod ssl;
pub mod crypto;