//! SchemaPin Integration Module
//!
//! Provides integration with SchemaPin for schema verification using the
//! native Rust implementation
// Re-export main types and traits for convenience
pub use LocalKeyStore;
pub use ;
pub use ;
/// Default SchemaPin client type - uses native implementation
pub type DefaultSchemaPinClient = NativeSchemaPinClient;