commit | ba32b102e05ec0db105c72fd4ac2423cfed5f565 | [log] [tgz] |
---|---|---|
author | Georg Reinke <guelfey@gmail.com> | Sun May 21 10:24:11 2023 |
committer | GitHub <noreply@github.com> | Sun May 21 10:24:11 2023 |
tree | 1e7d93003835c7f4b8a4eff24cec817fe305e3a7 | |
parent | 6cc540df4ec5f9cb6a33f82bba186036e61d700d [diff] | |
parent | ab0b98d6903f6ef947f0d706f7d9bb2bed281f22 [diff] |
Merge pull request #367 from marselester/strconv-allocs Reduce bytes to strings allocs in decoder
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 pkg.go.dev. 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.