lib3mf-async
Non-blocking async 3MF parsing with tokio - high-throughput manufacturing data processing.
When to Use This Crate
Use lib3mf-async when you need:
- Non-blocking I/O for web servers or async applications
- High-throughput processing of multiple 3MF files
- Integration with tokio-based async ecosystems
Quick Start
[]
= "0.1"
= { = "1", = ["full"] }
use AsyncZipArchiver;
async
Features
- Async ZIP archive reading using
async-zip - Non-blocking I/O operations
- Compatible with Tokio runtime
- Seamless integration with
lib3mf-coretypes
Performance
Async I/O allows processing multiple 3MF files concurrently without blocking:
use AsyncZipArchiver;
use File;
async
Related
- lib3mf-core - Core parsing library (required dependency)
- Full Documentation
License
MIT OR Apache-2.0