aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
blob: 0daa5ca834c55dc1e017f35675065f0deca2b7a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#[link(name = "term",
       vers = "0.0.1",
       uuid = "55ed8b92-1054-4286-95b2-8e967f4fd51b",
       url  = "https://github.com/doy/rust-term")];

#[crate_type = "lib"];

pub mod hexes;
pub mod info;
pub mod ios;
mod trie;
mod util;