4 releases (2 breaking)

Uses old Rust 2015

0.3.0 Oct 20, 2018
0.2.1 Oct 19, 2018
0.2.0 Oct 19, 2018
0.1.0 Oct 18, 2018

#477 in Configuration

Download history 5490/week @ 2023-12-07 3956/week @ 2023-12-14 3194/week @ 2023-12-21 4744/week @ 2023-12-28 3226/week @ 2024-01-04 3547/week @ 2024-01-11 3709/week @ 2024-01-18 3341/week @ 2024-01-25 4367/week @ 2024-02-01 6312/week @ 2024-02-08 2162/week @ 2024-02-15 898/week @ 2024-02-22 892/week @ 2024-02-29 1506/week @ 2024-03-07 1126/week @ 2024-03-14 1362/week @ 2024-03-21

5,005 downloads per month
Used in 28 crates (3 directly)

MIT license

5KB
81 lines

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.

No runtime deps