tcmb_evds 0.1.0

A Rust crate for reaching the database of The Central Bank of The Republic of Turkey (CBRT).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod having_date_validation;
pub(crate) mod making_list;
pub(crate) mod making_url_format;
pub(crate) mod converting_to_rust_enum;
pub(crate) mod enum_specific;
pub(crate) mod checking_string_character;

pub(crate) use self::having_date_validation::*;
pub(crate) use self::making_list::*;
pub(crate) use self::making_url_format::*;
pub(crate) use self::converting_to_rust_enum::*;
pub(crate) use self::enum_specific::*;