ass-core 0.1.2

High-performance ASS subtitle format parser and analyzer
Documentation
1
2
3
4
5
6
7
8
//! Fallback test ensuring the suite passes without the `benches` feature.

#[test]
fn test_benchmark_feature_not_enabled() {
    // This test runs when the benches feature is not enabled
    // It ensures the test suite still passes
    // No assertion needed - the test passing is sufficient
}