JonyTony

Results 2 issues of JonyTony

Is there a new version plan? There are some known feat needs. https://crates.io/crates/clickhouse-rs/1.0.0-alpha.1 https://github.com/suharev7/clickhouse-rs/pull/141

I want to use libloading to share some static variable by once_cell, but it is still `None` after I change it. like this: ```rust let cell = value_from_lib(); cell.set(10).unwrap(); let...

question