theater/
lib.rs

1// theater/lib.rs -- main library file
2// Copyright (C) 2015 Alex Iadicicco
3
4extern crate rustc_serialize;
5
6pub mod actor;
7
8#[test]
9fn it_works() {
10}