apimokka 0.7.4

Mock with mokka ☕️🌄 API mock (apimock-rs) based visual mocking helper to handle HTTP/JSON req/res
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(not(feature = "napi"))]
fn main() {}

#[cfg(feature = "napi")]
extern crate napi_build;
#[cfg(feature = "napi")]
fn main() {
    napi_build::setup();
}