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/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"enum\" href=\"https://doc.rust-lang.org/uuid/uuid/enum.ParseError.html\" title=\"enum uuid::ParseError\">ParseError</a>&gt; for <a class=\"enum\" href=\"ceph_rust/error/enum.RadosError.html\" title=\"enum ceph_rust::error::RadosError\">RadosError</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/ffi/c_str/struct.NulError.html\" title=\"struct std::ffi::c_str::NulError\">NulError</a>&gt; for <a class=\"enum\" href=\"ceph_rust/error/enum.RadosError.html\" title=\"enum ceph_rust::error::RadosError\">RadosError</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/collections/string/struct.FromUtf8Error.html\" title=\"struct collections::string::FromUtf8Error\">FromUtf8Error</a>&gt; for <a class=\"enum\" href=\"ceph_rust/error/enum.RadosError.html\" title=\"enum ceph_rust::error::RadosError\">RadosError</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/ffi/c_str/struct.IntoStringError.html\" title=\"struct std::ffi::c_str::IntoStringError\">IntoStringError</a>&gt; for <a class=\"enum\" href=\"ceph_rust/error/enum.RadosError.html\" title=\"enum ceph_rust::error::RadosError\">RadosError</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/convert/trait.From.html\" title=\"trait core::convert::From\">From</a>&lt;<a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html\" title=\"struct std::io::error::Error\">Error</a>&gt; 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;
            }
        
})()