dconf_rs 0.2.0

A Rust API for interacting with dconf.
Documentation
# Changelog - dconf_rs

## v0.2.0 - October 19, 2018

**Changed:**
- All commands return Option instead of Result
- Write changed to set, read changed to get

## v0.1.0 - October 18, 2018

Initial release.

**Added:**
- Basic dconf support
  - Read and write str, bool, i32, u32, and f64.