j10n

Results 2 issues of j10n

I hope this is the right place to ask. I'd like to use the math extension to be able to query like this: stmt := conn.Prep("SELECT **cos**(lat) FROM t WHERE...

The first example in https://rust-lang-nursery.github.io/rust-cookbook/web/clients/apis.html is not working anymore. Apperently github needs a user agent now. I (as a beginner) changed the code to: ``` let client = reqwest::Client::builder() .user_agent("Rust_Reqwest_Test")...