tiny-web 0.4.0

tiny-web is a tiny async library (backend web server) that allows you to write a Laravel-style or Django-style backend in Rust language.
Documentation
tiny-web-0.4.0 has been yanked.

tiny-web

tiny-web is a tiny async library (backend web server) that allows you to write a Laravel-style or Django-style backend in Rust language.

Installation

Add tiny-web to your Cargo.toml dependencies:

[dependencies]
tiny-web = "0.4.0"

Usage

Just enter the following code to start the server

tiny_web::run();

Web site

A commercial website will be created soon. The project can still be viewed on https://github.com/tryteex/tiny-shop.

Dependencies

The tiny-web library depends on a number of other packages. A full list can be found in the Cargo.toml file.

Contributing

If you'd like to contribute to tiny-web, check out our repository on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.