6 releases
Uses old Rust 2015
0.2.4 | Sep 29, 2017 |
---|---|
0.2.3 | Feb 27, 2017 |
0.2.2 | Jan 24, 2017 |
0.2.1 | Nov 28, 2016 |
0.1.0 | Nov 7, 2016 |
#1683 in Asynchronous
33KB
382 lines
rados_hi - Opinionated high-level wrapper for librados (Ceph).
RADOS is a High Availability (with configurable replication and/or erasure coding) object store that is both a backbone of the Ceph distributed filesystem and a powerful distributed database of its own.
rados_hi is an experimental high-level wrapper around the low-level (so far) ceph-rust bindings. It achieves good parallelization and composability by lifting RADOS AIO operations as futures.
NB. This library starts the AIO operations early, as soon as the Future
is created.
You still need to "drive" the follow-up operations in a futures chain (cf).
Dependencies
~2.5MB
~36K SLoC