manas 0.1.0

A modular framework for implementing solid compatible servers in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "manas"
version = "0.1.0"
edition = "2021"
description = "A modular framework for implementing solid compatible servers in rust"
repository = "https://github.com/manomayam/manas"
license = "MIT OR Apache-2.0"

[dependencies]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]