We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427790c commit 1eeb95fCopy full SHA for 1eeb95f
src/lib.rs
@@ -14,7 +14,7 @@
14
use std::env;
15
use std::sync::RwLock;
16
17
-pub use c2pa::SigningAlg;
+pub use c2pa::{Signer, SigningAlg};
18
19
/// these all need to be public so that the uniffi macro can see them
20
mod error;
0 commit comments