mkproj_lib/
lib.rs

1//#[cfg(test)]
2/*
3mod tests {
4    #[test]
5    fn it_works() {
6        assert_eq!(2 + 2, 4);
7    }
8}*/
9mod ts;
10pub use ts::tomorrow_study;
11
12mod phk;
13pub use phk::phaktionz;
14
15mod uc;
16pub use uc::uniconv;