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

4
Cargo.lock generated
View file

@ -426,8 +426,7 @@ dependencies = [
[[package]]
name = "servicepoint"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91a33bff7f9db5008748b23ca0c906c276fe00694390b681f004a55968a42cfe"
source = "git+https://git.berlin.ccc.de/servicepoint/servicepoint.git?branch=next#5b6f88b1682925b7669b25a7fb08806c4009bbfd"
dependencies = [
"bitvec",
"bzip2",
@ -443,6 +442,7 @@ dependencies = [
name = "servicepoint_binding_uniffi"
version = "0.15.0"
dependencies = [
"paste",
"servicepoint",
"thiserror 2.0.11",
"uniffi",