bookkeeper-client

Crates.iobookkeeper-client
lib.rsbookkeeper-client
version0.2.1
sourcesrc
created_at2023-08-29 15:27:02.10506
updated_at2023-09-02 02:18:23.228199
descriptionAsync rust client for Apache BookKeeper
homepagehttps://github.com/kezhuw/bookkeeper-client-rust
repositoryhttps://github.com/kezhuw/bookkeeper-client-rust
max_upload_size
id958238
size270,611
Kezhu Wang (kezhuw)

documentation

https://docs.rs/bookkeeper-client

README

Apache BookKeeper client

crates.io docs.rs github-ci mit-license

Apache BookKeeper client writes in async rust

Examples

See tests.

History

I tried to construct a Send, !Sync and Clone to batch simultaneous requests in single asynchronous task and serve parallel requests in multiple concurrent asynchronous tasks. But it failed due to .await requires &self to be Send which is not possible by definition if Self is !Sync. See What shall Sync mean across an .await for thoughts from experts.

License

MIT.

Commit count: 22

cargo fmt