You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
938 B
23 lines
938 B
# Simple
|
|
|
|
[](./LICENSE)
|
|
|
|
A *Simple* base for building elegant and performing web services in Rust.
|
|
|
|
It aims to be an intermediate layer between the various components that are
|
|
currently provided by the Rust community for building web services.
|
|
|
|
Every functionality provided by Simple is built on top of one or more well-known
|
|
libraries. From there Simple provides demonstrates utilities, abstractions and examples
|
|
to help integrate these components and achieve concrete high level features.
|
|
|
|
* The following features are part of the development road map:
|
|
|
|
- [x] Basic routing (_warp_) and database access (_sqlx_)
|
|
- [o] Resource sharing and dependency injection mechanisms
|
|
- [ ] Middleware and authentication providers
|
|
- [ ] Input deserialization and validation utilities
|
|
- [ ] Improved logging and error reporting
|
|
- [ ] Unit testing
|
|
- [ ] Support for _redis_, _memcache_
|