tnn 0.1.3

A quality of life developer tool to interact with Telenor services
Documentation
1
2
3
4
5
6
7
8
9
10
pub const NAME: &'static str = "tnn";
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");

pub mod calls;

mod core;
pub use core::*;

mod helper;
pub use helper::*;