Skip to content

Suggestion Implementation #16

Closed
Closed
@tgross35

Description

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>)
}

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