apalis-dev / apalis-dev/chirpy
feat: enable conditional featues
Open
- Dominant language
- Rust
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Server
The server binary should be compiled with 3 feature modes:
- resp
- http
- rpc
Dependemcies should be imported based on this.
## Storage
The storage features should also be applied starting with:
- sqlite
- postgres
- mysql
- redis
With these two one should be able to combine a server and storage mode to produce a complete binary eg
- sqlite + http
- redis + rpc
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.