From 1b3cb7522118d711d43ca78d0c5d7e71a5afbf46 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 23 Feb 2019 16:52:52 +0100 Subject: Deserialize stations json data into native rust struct. --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index e46d0b0..1968e0a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,4 +17,8 @@ */ mod api; +mod station; + +// Re export the important parts of the API pub use api::Api; +pub use station::Station; -- cgit v1.2.3