diff options
Diffstat (limited to 'mingling_core/README.md')
| -rw-r--r-- | mingling_core/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mingling_core/README.md b/mingling_core/README.md new file mode 100644 index 0000000..87ff6a9 --- /dev/null +++ b/mingling_core/README.md @@ -0,0 +1,16 @@ +<p align="center"> + <a href="https://github.com/CatilGrass/mingling"> + <img alt="Mingling" src="https://github.com/CatilGrass/mingling/raw/main/docs/res/pixel_icon_core_1024.png" width="30%"> + </a> +</p> +<h1 align="center">Mìng Lìng - Core Library</h1> + +# Intro + + This crate is the core implementation of [`mingling`](https://crates.io/crates/mingling). Do not use directly! + + It provides the core scheduling capabilities of **Mingling**. For details, please refer to the [**Mingling** API Documentation](https://docs.rs/mingling/latest/mingling/) 😀 + +# License + + Consistent with [`mingling`](https://crates.io/crates/mingling), licensed under the `MIT` and `APACHE` dual license. |
