filesystem-rs icon indicating copy to clipboard operation
filesystem-rs copied to clipboard

Use std::io::{Read, Write} for fake::Node

Open iredelmeier opened this issue 5 years ago • 2 comments

iredelmeier avatar Oct 27 '19 07:10 iredelmeier

Is this perhaps a stepping stone to supporting io::{Read, Write} in this crate's public API? That's a feature plenty of people would like to have, including me :)

TheSven73 avatar Dec 04 '19 12:12 TheSven73

@TheSven73 that was part of the idea, yes :)

Currently trying to remember why I didn't merge... Probably an exercise best left until after I've had some sleep, though!

iredelmeier avatar Dec 06 '19 08:12 iredelmeier