ruwebframe 0.1.1

A brief description of your crate.
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

pub mod rucmd;
pub mod rucmd_init;
pub use rucmd_init::*;
pub use rucmd::*;