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.4"
= { = "1", = ["full"] }
use load_model_async;
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 load_model_async;
async
Related
- lib3mf-core - Core parsing library (required dependency)
- Full Documentation
License
BSD-2-Clause