crabmole 0.0.1

Porting Go standard library in Rust
Documentation
<div align="center">
<h1>Crabmole</h1>
</div>
<div align="center">

<p align="center">
  <img src="https://raw.githubusercontent.com/al8n/crabmole/main/art/crabmole.jpg" width="40%" height="auto" />
</p>

Porting some Go standard libraries in Rust

**Note:** This crate will not port all go standard libraries in Rust, but some missing libraries in Rust environment.

</div>

## Installation
```toml
crabmole = "0.0.1"
```

## Status
| name | status | no_std  |
|:----:|:------:|:-------:|
| sort |||


## Acknowledgements
- Thanks Go std libraries developers.

#### License

<sup>
Licensed under either of <a href="https://opensource.org/licenses/Apache-2.0">Apache License, Version
2.0</a> or <a href="https://opensource.org/licenses/MIT">MIT license</a> or <a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause license</a> at your option.
</sup>

<br>

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0, MIT, BSD-3-Clause license,
shall be triple licensed as above, without any additional terms or conditions.
</sub>