Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,27 @@
}]
}
]
},
{
"slug": "dbus",
"name": "D-Bus",
"description": "For cross-platform D-Bus clients and services.",
"purposes": [
{
"name": "General Purpose",
"recommendations": [{
"name": "zbus",
"notes": "A Rust-only (a)sync implementation of the protocol. Provides high-level proxies and zbus_xmlgen for scaffolding. Includes a book for D-Bus/zbus beginners."
}]
},
{
"name": "Bindings",
"recommendations": [{
"name": "dbus",
"notes": "Bindings for the battle-tested libdbus implementation. Has sister crates for asynchrony, codegen, etc."
}]
}
]
}
]
},
Expand Down
Loading