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

#[crate_type = "lib"];

pub use util::size;

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