technocreatives / core2

The bare essentials of std::io for use in no_std. Alloc support is optional.
https://docs.rs/core2
Apache License 2.0
71 stars 23 forks source link

[no_std] Vec<u8> does not sutisfy `core2::io::traits::Write` #18

Open AsafFisher opened 2 years ago

AsafFisher commented 2 years ago

I get this error:

doesn't satisfy `Vec<_>: WriteBytesExt`
doesn't satisfy `Vec<_>: core2::io::traits::Write

I dont understand why since it is implemented in the impl folder...