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
pub(crate) trait CheckingStringCharacter {
    fn is_dash(&self) -> bool;
    fn is_comma(&self) -> bool;
    fn is_space(&self) -> bool;
}