We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Ported from #10
We need to decide on a library framework for suggestions
My thought is something like the following:
fn check_with_suggestions(s: &str) -> Suggestions enum Suggestions { Correct Incorrect(Vec<String>) }