ceph-rust 0.1.14

Official Ceph-rust. A rust-lang specific interface to Ceph librados and Admin Sockets. You can create a Ceph development environment with the Chef automation tools: https://github.com/bloomberg/chef-bcs or with ceph-ansible. Chef-bcs uses the ceph-chef cookbook created and manage at github.com/ceph/ceph-chef. It will build out a full Ceph environment which you can then use for development etc. See README.md for details.
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors["ceph_rust"] = ["impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html' title='core::hash::Hash'>Hash</a> for <a class='struct' href='ceph_rust/rados/struct.AllocFlags.html' title='ceph_rust::rados::AllocFlags'>AllocFlags</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html' title='core::hash::Hash'>Hash</a> for <a class='struct' href='ceph_rust/rados/struct.XattrFlags.html' title='ceph_rust::rados::XattrFlags'>XattrFlags</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html' title='core::hash::Hash'>Hash</a> for <a class='struct' href='ceph_rust/rados/struct.OperationFlags.html' title='ceph_rust::rados::OperationFlags'>OperationFlags</a>",];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()