Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
92 stars 21 forks source link

Use futures-util and std #58

Closed negezor closed 5 months ago

negezor commented 6 months ago

Instead of depending entirely on the futures library all that is needed is futures-util and the Future trait from std.