promptly icon indicating copy to clipboard operation
promptly copied to clipboard

Simple, opinionated prompting library

Results 2 promptly issues
Sort by recently updated
recently updated
newest added

I'm not sure if possible to do it in a similarily magic way as the rest of your code, but something like this would be great: ``` Failed to foo,...

Hello! I am a beginner in Rust. When I try to run `let name: String = prompt("Enter your name")?;` I get ``error[E0277]: the `?` operator can only be used in...