scuffle-mp4 0.0.1

A pure Rust MP4 parser and writer.
Documentation
# scuffle-mp4

> [!WARNING]  
> This crate is under active development and may not be stable.

[![crates.io](https://img.shields.io/crates/v/scuffle-mp4.svg)](https://crates.io/crates/scuffle-mp4) [![docs.rs](https://img.shields.io/docsrs/scuffle-mp4)](https://docs.rs/scuffle-mp4)

---

A crate for reading and writing MP4 files.

## Status

This crate is currently under development and is not yet stable.

Unit tests are not yet fully implemented. Use at your own risk.

## License

This project is licensed under the [MIT](./LICENSE.MIT) or [Apache-2.0](./LICENSE.Apache-2.0) license.
You can choose between one of them if you use this work.

`SPDX-License-Identifier: MIT OR Apache-2.0`