@rust_discussions I have a question.
In CPP it is simple to redirect cin or cout to read from a file using freopen(), how can I do that in Rust?
Why? Because I intend to use Rust in competitive programming and often the test cases are huge and come in form of text files which are to be read and fed into my algorithm.
#RustQuestions #RustInCompetitiveProgramming