Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d63cb3a8 authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

Add `dbus_projection` crate

The crate provides tools to project Rust API to D-Bus. The API needs to
follow go/floss-api-principles.

Bug: 186492781
Tag: #floss
Test: manual - tested with D-Bus integration in the next patch
Change-Id: I3bdf0ea0b935c45b4fb727fb79d0705eaf6f7b3e
parent e7c3fe23
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
[package]
name = "dbus_projection"
version = "0.1.0"
edition = "2018"

[dependencies]
dbus = "0.9.2"
+12 −0
Original line number Diff line number Diff line
[package]
name = "dbus_macros"
version = "0.1.0"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"
+628 −0

File added.

Preview size limit exceeded, changes collapsed.

+102 −0

File added.

Preview size limit exceeded, changes collapsed.