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 trait MakingList {
    /// generates a list from elements of any structure used.
    fn make_required_list(&self) -> Vec<&str>;
}