commit | 16fef229d18992a4f4143df7f8e55320f891e32b | [log] [tgz] |
---|---|---|
author | Georg Reinke <guelfey@gmail.com> | Fri Apr 15 16:20:09 2022 |
committer | GitHub <noreply@github.com> | Fri Apr 15 16:20:09 2022 |
tree | cb98cc3f2467778b77596bc926f0d5027b6ced06 | |
parent | 8e90eb8c8ad46a3e2e6d3626466536aec369804f [diff] | |
parent | abcc391e489acc597d7a9f08b4bc40321b413ea5 [diff] |
Merge pull request #323 from godbus/fuzz add fuzz test for (signature) decoding
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.12 or later. It can be installed by running the command below:
go get github.com/godbus/dbus/v5
The complete package documentation and some simple examples are available at godoc.org. Also, the _examples directory gives a short overview over the basic usage.
Please note that the API is considered unstable for now and may change without further notice.
go.dbus is available under the Simplified BSD License; see LICENSE for the full text.
Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.