ceph-rust 0.1.17

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.
Documentation
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/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a> for <a class=\"struct\" href=\"ceph_rust/rados/struct.AllocFlags.html\" title=\"struct ceph_rust::rados::AllocFlags\">AllocFlags</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a> for <a class=\"struct\" href=\"ceph_rust/rados/struct.XattrFlags.html\" title=\"struct ceph_rust::rados::XattrFlags\">XattrFlags</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a> for <a class=\"struct\" href=\"ceph_rust/rados/struct.OperationFlags.html\" title=\"struct ceph_rust::rados::OperationFlags\">OperationFlags</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a> for <a class=\"struct\" href=\"ceph_rust/rados/struct.Struct_rados_pool_stat_t.html\" title=\"struct ceph_rust::rados::Struct_rados_pool_stat_t\">Struct_rados_pool_stat_t</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a> for <a class=\"struct\" href=\"ceph_rust/rados/struct.Struct_rados_cluster_stat_t.html\" title=\"struct ceph_rust::rados::Struct_rados_cluster_stat_t\">Struct_rados_cluster_stat_t</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html\" title=\"trait core::fmt::Debug\">Debug</a> for <a class=\"enum\" href=\"ceph_rust/error/enum.RadosError.html\" title=\"enum ceph_rust::error::RadosError\">RadosError</a>",];

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