[][src]Module sval::test

Helpers for testing value implementations.

Add the test feature to your Cargo.toml to enable this module:

[dependencies.sval]
features = ["test"]

NOTE: The Token enum is expected to be non-exhaustively used in tests, so additional members aren't considered a breaking semver change.

Enums

Token

The kind of token being produced.

Functions

tokens

Collect a value into a sequence of tokens.