29 lines
791 B
Markdown
29 lines
791 B
Markdown
|
<div align="center">
|
||
|
<h1>mCaptcha</h1>
|
||
|
<p>
|
||
|
<strong>mCaptcha - PoW based DoS protection</strong>
|
||
|
</p>
|
||
|
|
||
|
[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://realaravinth.github.io/mCaptcha/m_captcha/index.html)
|
||
|
![CI (Linux)](<https://github.com/realaravinth/mCaptcha/workflows/CI%20(Linux)/badge.svg>)
|
||
|
[![dependency status](https://deps.rs/repo/github/realaravinth/mCaptcha/status.svg)](https://deps.rs/repo/github/realaravinth/mCaptcha)
|
||
|
<br />
|
||
|
[![codecov](https://codecov.io/gh/realaravinth/mCaptcha/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/mCaptcha)
|
||
|
|
||
|
</div>
|
||
|
|
||
|
## Features
|
||
|
TODO
|
||
|
|
||
|
## Usage:
|
||
|
|
||
|
Add this to your `Cargo.toml`:
|
||
|
|
||
|
```toml
|
||
|
mCaptcha = { version = "0.1", git = "https://github.com/realaravinth/mCaptcha" }
|
||
|
```
|
||
|
|
||
|
## Examples:
|
||
|
|
||
|
TODO
|