trustformers-wasm 0.2.0

WebAssembly bindings for TrustformeRS transformer library
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Performance profiler modules
//!
//! This module provides comprehensive performance profiling capabilities
//! split into logical components for better maintainability.

pub mod structs;
pub mod types;

// Re-export main types for convenience
pub use structs::*;
pub use types::*;