endpoint-validator 0.1.0

Interactive test harness for endpoint-libs WebSocket RPC services: reads the endpoint description generated by endpoint-gen and exercises every endpoint with preset parameters.
Documentation
1
2
3
4
5
6
pub mod app;
pub mod state;
pub mod ui;
pub mod widgets;

pub use app::*;