apimokka 0.8.3

API mock (apimock-rs) based visual mocking helper to handle HTTP/JSON req/res. Mock with mokka ☕️🌄
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub const CONTAINER_WIDTH: i32 = 630;
pub const CONTAINER_HEIGHT: i32 = 440;

pub const CONFIG_EDITOR_HEIGHT: i32 = 300;

pub const LOG_TERMINAL_HEIGHT: i32 = 320;

pub const BUTTON_HEIGHT: i32 = 30;
pub const BUTTON_WIDTH: i32 = 140;

pub const LABEL_HEIGHT: i32 = 20;

pub const FLEX_SPACING: i32 = 10;