scuffle-amf0 0.0.2

A pure-rust implementation of AMF0 encoder and decoder.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# scuffle-amf0

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

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

---

A pure-rust implementation of AMF0 encoder and decoder.

## 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`