Rust DBus service with state managed by async code advice?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dbus-rs

    D-Bus binding for the Rust language

  • 😅 crossroads has been giving me the most trouble. I'm running into this problem where I need to await a tokio mutex on my device but I don't understand how I can do that. If you can help in understanding how I'm going to be able to call await in a method or property getter/setter then I think might just continue with crossroads.

  • dbus-async-derive

    Handler trait derive macro for dbus-async

  • dbus-async-derive

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sled

    the champagne of beta embedded databases

  • If anyone has successfully written a DBus service in rust that depends on other async code to control the state I'd really much appreciate any pointers in how to do it. I thought that I'd forgoe wrapping a device in an Arc>and make the device an empty struct and just maintain state using a sled instance instead. Again my only requirements are to use DBus, I don't want this to be an XY problem.

  • ashpd

    A Rust wrapper around XDG portals DBus interfaces

  • From what I gather, zbus seems to be by far the best at the moment, it is what it is used by https://github.com/bilelmoussaoui/ashpd for example.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • RFC: redb (embedded key-value store) nearing version 1.0

    6 projects | /r/rust | 10 May 2023
  • Best local database that works on all platforms including web?

    6 projects | /r/FlutterDev | 2 Mar 2023
  • Are there a demand for management system of embedded storage like RocksDB? I plan to build one in Rust as the language becoming a core of many popular databases but wonder if there’s a demand. Can’t find any similar project even in other languages.

    6 projects | /r/rust | 30 Nov 2022
  • GreptimeDB: a new open source database designed for large-scale time-series data storage and processing, written in rust

    3 projects | /r/rust | 16 Nov 2022
  • Embedded SQL database

    2 projects | /r/rust | 19 Jul 2022