export some builtin traits,

brightness conversion fails for invalid values,

macros for wrapping attrs
This commit is contained in:
Vinzenz Schroeter 2025-06-16 14:56:24 +02:00
parent bffc905261
commit f4c7519658
21 changed files with 210 additions and 133 deletions

View file

@ -19,10 +19,13 @@ uniffi = { version = "0.28.3", features = ["build"] }
[dependencies]
uniffi = { version = "0.28.3" }
thiserror = "2.0"
paste = "1.0.15"
[dependencies.servicepoint]
version = "0.15.0"
features = ["all_compressions"]
git = "https://git.berlin.ccc.de/servicepoint/servicepoint.git"
branch = "next"
[package.metadata.docs.rs]
all-features = true