Metadata-Version: 2.4
Name: mtc_token_healing
Version: 0.3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Rust
Requires-Dist: pytest ; extra == 'tests'
Provides-Extra: tests
Summary: Token healing implementation
Home-Page: https://github.com/ModelTC/mtc-token-healing
License: MIT OR Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/ModelTC/mtc-token-healing
Project-URL: Documentation, https://docs.rs/mtc-token-healing
Project-URL: Source Code, https://github.com/ModelTC/mtc-token-healing

# mtc-token-healing

[![Crates.io](https://img.shields.io/crates/v/mtc-token-healing.svg)](https://crates.io/crates/mtc-token-healing)
[![Docs.rs](https://img.shields.io/docsrs/mtc-token-healing.svg)](https://docs.rs/mtc-token-healing)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-informational.svg)](#license)
[![Build status](https://github.com/ModelTC/mtc-token-healing/actions/workflows/ci.yml/badge.svg)](https://github.com/ModelTC/mtc-token-healing/actions)

Token healing implementation in Rust.

## TODOs

- [x] Python bindings
- [ ] Python docs, examples and tests

## License

- &copy; 2024-2026 ModelTC Team (Chielo
  \<[mail@chielo.org](mailto:mail@chielo.org)\>)

This project is licensed under either of

- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE))
- [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT))

at your option.

The [SPDX](https://spdx.dev) license identifier for this project is `MIT OR Apache-2.0`.

