https://github.com/yjdoc2/dbus_native
Rust native implementation for dbus communication implemented for youki
https://github.com/yjdoc2/dbus_native
Last synced: 16 days ago
JSON representation
Rust native implementation for dbus communication implemented for youki
- Host: GitHub
- URL: https://github.com/yjdoc2/dbus_native
- Owner: YJDoc2
- Created: 2023-08-16T10:05:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T10:11:30.000Z (over 2 years ago)
- Last Synced: 2025-10-10T02:15:46.902Z (8 months ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Dbus Native
---
This is repo for initial development and testing for Rust-native bindings for Dbus communication.
Note that this does not provide full dbus functionalities, nor intends to, only the stuff needed by youki. However, you might find this useful as a reference if you want to write your own bindings. This does not have any external dependencies apart from `nix` crate for sockets.
See [this](https://github.com/containers/youki/issues/2208) for background on why we decided to write custom bindings and not use existing libraries.
Note that once this is merged in youki, this repo may not be kept up-to-date, and changes might be done only to youki. This serves as a convenient testing space for developing.