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
7
8
9
mod button;
mod input;
mod json_viewer;
mod list;

pub use button::*;
pub use input::*;
pub use json_viewer::*;
pub use list::*;