Closed jcos1 closed 3 years ago
The example in the readme is just for demo. You can look at the testing part of src/client/client.rs
for the full working example.
Besides, you need some additional dependencies in your Cargo.toml
:
tokio={version = "1", features = ["full"]}
futures-util="0.3"
byteorder="1"
I will check in some examples later.
unresolved import
futures_util::SinkExt``When cloning, the library itself builds ok though.