Skip to main content

validate_forge_input

Function validate_forge_input 

Source
pub fn validate_forge_input(input: &str) -> Result<(), ValidationError>
Expand description

Validate text passed to a mock tool implementation.

Rejects: oversized inputs, null bytes, non-printable control characters.