| Crates.io | nano-rs-build |
| lib.rs | nano-rs-build |
| version | 0.1.1 |
| created_at | 2024-04-14 06:13:00.957059+00 |
| updated_at | 2024-04-16 07:10:30.334017+00 |
| description | Light Web Build Kit |
| homepage | https://github.com/CloverOS/nano-rs |
| repository | https://github.com/CloverOS/nano-rs |
| max_upload_size | |
| id | 1208037 |
| size | 23,565 |
use std::error::Error;
use nano_rs_build::core::NanoBuilder;
use nano_rs::axum::gen::gen_route::AxumGenRoute;
fn main() -> Result<(), Box<dyn Error>> {
NanoBuilder::new(None).gen_api_route(AxumGenRoute::new());
Ok(())
}
more information please see nano-rs