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
pub(crate) trait MakingString {
    /// stringifies given data structure whether struct or enum.
    fn stringify(&self) -> String;
}