Usage of proconio crate while submitting in Rust & debug functionality unavailable for Rust

Hi,

I’m learning Rust, hence I’d like to submit solutions to the problems in Rust. I have two questions:

  • I tried submitting Rust code with the proconio crate, it didn’t work. One can submit with proconio crate in Atcoder. Any plans of incorporating it in codechef ?

  • I’m a CC Pro subscriber, however the debug functionality is absent while submitting solutions in Rust. When can one expect the same?

Hi @dollasign1time

proconio is currently not supported in rust, you may use std::io for taking inputs. However we may consider adding it in future.

Also debug functionality for Rust is enabled, you can now use it.