smplx-std 0.0.5

A blazingly-fast, ux-first simplicity development framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub use either;
pub use serde;
pub use simplicityhl;

pub use smplx_sdk::*;

pub use smplx_test::config::TestConfig;
pub use smplx_test::context::TestContext;

pub use smplx_macros;
pub use smplx_macros::{include_simf, test};