ptv 0.3.1

A Rust library for the Public Transport Victoria (PTV) API
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(not(target_arch = "wasm32"))]
pub mod core;
#[cfg(not(target_arch = "wasm32"))]
pub use core::*;

pub mod helpers;
pub use helpers::*;

pub mod ty;
pub use ty::*;