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

@ -1,11 +1,11 @@
use crate::{
commands::wrap_command, compression_code::CompressionCode,
containers::bitvec::BitVec, macros::wrap_object,
containers::bitvec::BitVec, macros::wrap_object_attr_wrapped,
};
use std::sync::Arc;
wrap_object!(BitVecCommand);
wrap_command!(BitVecCommand);
wrap_object_attr_wrapped!(BitVecCommand, bitvec, BitVec);
#[uniffi::export]
impl BitVecCommand {