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.
Installation
= "0.0.1"
Status
| name | status | no_std |
|---|---|---|
| sort | ✅ | ✅ |
Acknowledgements
- Thanks Go std libraries developers.