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 |
|---|---|---|
container/ring |
🚧 | ✅ |
sort |
✅ | ✅ |
encoding/base32 |
✅ | ✅ |
encoding/base64 |
🚧 | ✅ |
io/pipe |
✅ | ❌ |
async-io/pipe |
✅ | ❌ |
time |
- | ❌ |
- 🚧: WIP
- ✅: Support
- ❌: Not Support
-: Not start
Acknowledgements
- Thanks Go std libraries developers.