dconf_rs 0.3.0

A Rust API for interacting with dconf.
Documentation
  • Coverage
  • 90.91%
    10 out of 11 items documented0 out of 10 items with examples
  • Size
  • Source code size: 6.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 162.8 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • kylecorry31/dconf_rs
    4 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kylecorry31

dconf_rs

Build Status

A Rust API for interacting with dconf.

Version 0.3.0 - Changelog

Getting started

Dependencies

  • rustc
  • cargo
  • dconf

Build from sources

cargo build --release

Usage

First add the following to your Cargo.toml:

[dependencies]
dconf_rs = "0.2.1"

Next, add this to your crate root:

extern crate dconf_rs;

Examples

// later
dconf_rs::set_boolean("/path/to/dconf/key", false);

Contributing

Please fork this repo and submit a pull request to contribute. I will review all changes and respond if they are accepted or rejected (as well as reasons, so it will be accepted).

Issues

If you are submitting a bug, please describe the bug in detail and how to replicate if possible. Logs are also very useful.

If you are submitting a feature idea, please describe it in detail and document the potential use cases of that feature if it isn't clear.

Credits

License

You are free to copy, modify, and distribute do-not-disturb with attribution under the terms of the MIT license. See the LICENSE file for details.