John

Results 4 issues of John

Updating from `0.6.0-rc.2` to `0.6.0-rc.3`: I have a bunch of mods & sub-mods that look like this: ```rust pub fn get_routes(shared_state: Arc) -> Router { Router::with_state(shared_state.clone()) .nest("/sdfg", get_sdfg_routes(shared_state)) } ```...

C-bug
A-axum

Wasn't sure whether to comment on https://github.com/loyd/clickhouse.rs/issues/48 or not. Do you have any suggestions on how to handle Clickhouse's `Int256` in Rust?

enhancement
data-types

1. Regarding `U256`, [not sure if there is one](https://github.com/loyd/ch2rs/blob/master/tests/integration.rs), what should we use? Something like [this](https://docs.rs/primitive-types/latest/primitive_types/struct.U256.html) would be nice. 2. I saw a previous discussion about `DateTime` in #1. Any...

enhancement
data-types

Thank you for the repo. Is this library compatible with AGPLv3?