nest-rs 1.1.0

NestRS framework umbrella — re-exports the core and the surface crates an app reaches for, with a `prelude` for the common case.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# nest-rs

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)