You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mo8it !
I learned Rust a few months ago using Rustlings and it was incredibly helpful. I'm a big fan of project-based learning and would love to contribute to this repository.
Let me know your thoughts on this proposal or if there are other features you'd like me to work on instead, I have a few hours daily to contribute. thanks!
Description
Add a new category (
24_file_io/
) focused on file operations, a crucial skill for Rust developers currently missing from Rustlings.Proposed Exercises
Basic File Reading (file_io1.rs)
fs::read_to_string
and handling file not found errorsBuffered Reading & Writing (file_io2.rs)
BufReader
and writing withBufWriter
Path Manipulation & Metadata (file_io3.rs)
Path
andPathBuf
to handle file paths safelyImplementation Structure
Questions
I'm happy to draft sample implementations if this proposal is of interest.
cc @mo8it
The text was updated successfully, but these errors were encountered: