Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Question, does this related to std::io? #9

Closed
lygstate opened this issue Oct 15, 2020 · 1 comment
Closed

Question, does this related to std::io? #9

lygstate opened this issue Oct 15, 2020 · 1 comment

Comments

@lygstate
Copy link

lygstate commented Oct 15, 2020

I am looking for no_std std::io alternative.

rust-lang/rust#77781

@VictorKoenders
Copy link
Collaborator

Currently we have our own read traits: https://github.com/bincode-org/bincode-core/tree/master/src/traits
If the std::io::Read/Write traits get ported to core, or core gets some other Read/Write traits, we'd definitely be using those
There is also a crate called core_io, which might be a good option: https://docs.rs/core_io

Currently we're putting down the groundworks for a no_std and alloc version of bincode until the read/write traits get settled

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants