1
 2
 3
 4
 5
 6
 7
 8
 9
10
// theater/lib.rs -- main library file
// Copyright (C) 2015 Alex Iadicicco

extern crate rustc_serialize;

pub mod actor;

#[test]
fn it_works() {
}