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 dad5f9d commit 28900aaCopy full SHA for 28900aa
src/lib.rs
@@ -17,7 +17,7 @@
17
use std::env;
18
use std::sync::RwLock;
19
20
-pub use c2pa::{Signer, SigningAlg, settings::load_settings_from_str};
+pub use c2pa::{settings::load_settings_from_str, Signer, SigningAlg};
21
22
/// these all need to be public so that the uniffi macro can see them
23
mod error;
0 commit comments