[−][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
Tokenenum is expected to be non-exhaustively used in tests, so additional members aren't considered a breakingsemverchange.
Enums
| Token | The kind of token being produced. |
Functions
| tokens | Collect a value into a sequence of tokens. |