webwire-cli 0.1.6

Contract-First API System - Command Line Interface
Documentation
1
2
3
4
5
#[derive(Clone)]
pub struct Range {
    pub start: Option<i32>,
    pub end: Option<i32>,
}