conformance-runner · handlers
Declared module signatures, types, configuration, and source documentation.
Source: openagent-sdk/conformance/runner-rust/src/handlers.rs. SHA-256: 48534696f198c6051aa4beb4550a4a65c8f1c8c9a9e86fbdc8184b7fbf032b7c.
This source reference follows declared modules and preserves feature attributes. It includes public declarations and implementation methods in those modules. Private-module exports and trait resolution still require the compiler; not every declaration is a crate-root import. Function bodies and constant values are omitted. Source comments describe their implementation context and are not a production deployment claim.
handlers::run_vector
pub fn run_vector(category: &str, vector: &Vector) -> VectorResult;Source line: 8.
handlers::crypto::run
pub fn run(v: &Vector) -> Result<(), String>;Source line: 66.
handlers::oas::run
pub fn run(v: &Vector) -> Result<(), String>;Source line: 541.
handlers::arsenal::run
pub fn run(v: &Vector) -> Result<(), String>;Source line: 1083.
handlers::aegis::run
pub fn run(v: &Vector) -> Result<(), String>;Source line: 1497.
handlers::openagent::run
pub fn run(v: &Vector) -> Result<(), String>;Source line: 2136.
handlers::helpers::op_str
pub fn op_str(v: &Vector) -> Result<&str, String>;Source line: 2805.
handlers::helpers::input_hex
pub fn input_hex(v: &Vector, field: &str) -> Result<Vec<u8>, String>;Source line: 2812.
handlers::helpers::expected_hex
pub fn expected_hex(v: &Vector, field: &str) -> Result<Vec<u8>, String>;Source line: 2821.
handlers::helpers::expected_bool
pub fn expected_bool(v: &Vector, field: &str) -> Result<bool, String>;Source line: 2830.
handlers::helpers::info_bytes
pub fn info_bytes(v: &Vector) -> Result<Vec<u8>, String>;Source line: 2837.