From b338d7e2ae3d9e921d513943bd8fcd1043d60dd1 Mon Sep 17 00:00:00 2001 From: syn Date: Mon, 25 May 2020 20:17:39 +0300 Subject: Finish typing Every single piece of fucking shit is typed now --- types/src/lib.rs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 types/src/lib.rs (limited to 'types/src/lib.rs') diff --git a/types/src/lib.rs b/types/src/lib.rs new file mode 100644 index 0000000..63f51cf --- /dev/null +++ b/types/src/lib.rs @@ -0,0 +1,15 @@ +extern crate serde; +#[macro_use] +extern crate serde_derive; +extern crate serde_aux; + +mod tl_types; +mod tl_methods; + +pub mod types { + pub use crate::tl_types::*; +} + +pub mod methods { + pub use crate::tl_methods::*; +} -- cgit v1.2.1-18-gbd029