ceph-rust 0.1.4

Ceph-rust is a rust-lang specific interface to Ceph librados. You can create a Ceph development environment with the Chef automation tools I created from the following: https://github.com/bloomberg/chef-bcs. It uses the ceph-chef cookbook I 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
11
12
13
14
15
16
17
18
format_strings = false
reorder_imports = true
reorder_imported_names = true
where_trailing_comma = true

max_width = 120
ideal_width = 120
fn_call_width = 100

fn_args_density = "Compressed"

enum_trailing_comma = true
match_block_trailing_comma = true
struct_trailing_comma = "Always"
wrap_comments = true

report_todo = "Always"
report_fixme = "Always"