[][src]Crate tokenizers

Structs

Token

Encapsulates the string term of a token.

Traits

Tokenizer

A tokenizer is simply a struct implementing a tokenize function that takes a string slice and returns an iterator of Tokens.