Skip to content

HELLO CRUSTACEANS, Here is an new idea for an semi new function in rust #3811

Description

here is the damn code hope i make it official in the new update
fn input() -> String{
print!(":");
io::stdout().flush().expect("");
let mut a = String::new();
io::stdin()
.read_line(&mut a)
.expect("error");
a.trim().to_string()
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions