crabmole 0.1.8

Porting Go standard library in Rust
Documentation

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

crabmole = "0.0.1"

Status

name status no_std 100% safe code coverage
container/ring 🚧
sort
encoding/ascii85
encoding/base32
encoding/base58
encoding/base64
encoding/binary 🚧
encoding/hex
encoding/pem
io/pipe
async-io/pipe
time -
  • 🚧: WIP
  • ✅: Support
  • ❌: Not Support
  • -: Not start

Acknowledgements

  • Thanks Go std libraries developers.

License