Skip to content

Commit

Permalink
➖ Swap zbus for zbus_xml
Browse files Browse the repository at this point in the history
This update:

- Removes `zbus`,
- Introduces `zbus_xml` and convert the code.

This drops 101 dependencies, from 135 to 34. Yay!

- Remove `signatures_are_eq`, `assert_signatures_eq!` and
`assert_signatures_ne!`.

Since `zvariant::Signature`'s `PartianlEq` can now ignore outer parentheses.

- Remove tests for  `signatures_are_eq`, `assert_signatures_eq!` and
`assert_signatures_ne!`.

- Bump version number to 0.4.0
  • Loading branch information
luukvanderduim committed Feb 19, 2024
1 parent 07df8fa commit c91846f
Show file tree
Hide file tree
Showing 12 changed files with 276 additions and 1,199 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"canonicalized"
]
],
"rust-analyzer.cargo.noDefaultFeatures": true
}
Loading

0 comments on commit c91846f

Please sign in to comment.