Re-exports§
pub use natspec::*;
Modules§
- natspec 🔒
Structs§
- Inline
Config - Represents per-test configurations, declared inline as structured comments in Solidity test files. This allows to create configs directly bound to a solidity test.
- Inline
Config Error - Wrapper error struct that catches config parsing errors, enriching them with context information reporting the misconfigured line.
- Inline
Config Provider - [
figment::Provider
] forInlineConfig
at a given contract and function level.
Enums§
- Inline
Config Error Kind - Errors returned when parsing inline config.
Constants§
Functions§
Type Aliases§
- DataMap 🔒