nfw-core 0.1.1

Blazing fast fullstack framework powered by NestForge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod api;
pub mod config;
pub mod hmr;
pub mod openapi;
pub mod routing;
pub mod server;

pub use api::{ApiError, ApiGenerator, FieldSpec, PaginatedResponse, TypeSpec};
pub use config::*;
pub use hmr::*;
pub use openapi::OpenApiGenerator;
pub use routing::*;
pub use server::*;