rust-core_io icon indicating copy to clipboard operation
rust-core_io copied to clipboard

Rust std::io with all the parts that don't work in core removed.

Results 10 rust-core_io issues
Sort by recently updated
recently updated
newest added

This crate has always been a pain to maintain and my last [motivating use was recently removed](https://github.com/fortanix/rust-mbedtls/pull/211). I intend to archive this repository in the near future. @rafalh @emberian @losfair...

Hey, I got this error although I downgraded the compiler version to ``` rustc 1.48.0-nightly (fc2daaae6 2020-09-28) ``` Any idea why I got this?

I created the patches required for all nightly compiler versions up to 2021-04-13 but stopped there because I saw that the `doc_spotlight` feature has been removed then: ``` ❯ cargo...

I came here through the rust-fatfs crate. I want to manipulate files on an SD Card in a no-std context (microcontroller). In this case, rust-FatFs relies on the Read, Write...

Hi, I tried `cargo check` in my codebase using core_io but I encountered this issue recently. Since rustc_version(

Hi! I tried building my project with your library, but ran into the following issue: ``` error: failed to run custom build command for `core_io v0.1.20190701` Caused by: process didn't...

Hi there, I'm looking for a no_std io solution and this project seems to be the best one out there that I've seen. It looks like it hasn't been touched...

help wanted

While `src/lib.rs` has a few definitions claiming they are there to make tests build, they fail to build. I guess they used to build a long time ago. ``` error[E0432]:...

enhancement
help wanted

Specifically, this part is the problem: ``` pub fn new(kind: ErrorKind, error: E) -> Error - where E: Into + where E: Into ``` This means I cannot use any...

enhancement
help wanted

This is useful if I want to determine exactly which parts are available in core-io without trying to use them with rustc. Seems trivial as there's already a doc.sh script;...