lib3mf-async
Asynchronous I/O support for lib3mf-core.
This crate provides async/await compatible interfaces for reading and parsing 3MF files using Tokio.
Features
- Async ZIP archive reading using
async-zip - Non-blocking I/O operations
- Compatible with Tokio runtime
- Seamless integration with
lib3mf-coretypes
Example
use AsyncZipArchiver;
use ;
use parse_model;
use File;
async
Documentation
See the full documentation for more details.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.