mindsdb 0.1.0

SDK for interaction with MindsDB api
Documentation
1
2
3
4
#[derive(Deserialize, Serialize, Debug)]
pub struct Project{
    pub name: String
}