An open API service indexing awesome lists of open source software.

https://github.com/srwalter/dbus-bytestream

Native D-Bus implementation for Rust
https://github.com/srwalter/dbus-bytestream

Last synced: about 2 months ago
JSON representation

Native D-Bus implementation for Rust

Awesome Lists containing this project

README

        

# dbus-bytestream

[![Build Status](https://travis-ci.org/srwalter/dbus-bytestream.svg?branch=master)](https://travis-ci.org/srwalter/dbus-bytestream)

Rust-native implementation of the D-Bus wire protocol. Supports TCP and
UNIX socket transports, as well as EXTERNAL, COOKIE and ANONYMOUS
authentication. Uses dbus-serialize for the client facing D-Bus types.