NestRS framework umbrella — re-exports the core and the surface crates an app reaches for, with a `prelude` for the common case.
Part of [NestRS](https://nestrs.dev) — every framework crate ships at `1.0.0` in lockstep, under a semver contract: breaking changes wait for `2.0`.
```toml
[dependencies]
nest-rs = "1.0"
```
[Documentation](https://nestrs.dev/) · [GitHub](https://github.com/YV17labs/NestRS)