requests2 0.1.62

simple http client by rust
Documentation
1
2
3
4
5
6
7
8
use dbfile_derive::{DBfile, dbnote};

#[derive(DBfile)]
#[dbnote(table_name = "b337", driver = "postgres", primary_key = "isbn")]
pub struct SI {
    pub isbn: String,
    pub price: f32,
}