ckb-rust-std 1.0.0

A collection of `no_std` compatible modules ported from Rust's standard library, with an initial focus on the `io` module.
Documentation
1
2
3
4
The code in this folder contains utility functions that are copied from the
standard library's internal implementation. These implementations are not
exposed through `std::io` and cannot be directly referenced outside the standard
library, hence the need for this copy.