GithubHelp home page GithubHelp logo

kylecorry31 / dconf_rs Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 3.0 10 KB

A Rust crate for interacting with dconf.

License: MIT License

Rust 100.00%
rust dconf linux gnome gnome-shell api crate library

dconf_rs's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.