foundry_config::inline

Module conf_parser

Source

Traits§

  • This trait is intended to parse configurations from structured text. Foundry users can annotate Solidity test functions, providing special configs just for the execution of a specific test.

Functions§

  • Tries to parse a bool from value. The key argument is used to give details in the case of an error.
  • Tries to parse a u32 from value. The key argument is used to give details in the case of an error.
  • Checks if all configuration lines specified in natspec use a valid profile.