更简单的输入
所有者 Jeremy-JYL。
#689 in 命令行界面
2KB
比 read_line 更简单的输入函数
示例
use finput::input; fn main() { let inp = input("Input: "); print!("{inp}"); }