rs_infras-0.3.1 has been yanked.
rs-infras
- rust infras includes the packaging of mysql(sqlx),redis,kafka and other basic libraries
- which facilitates rust development without worrying about the underlying details and enables rust developers to focus more on the development of business logic.
reference crates
- https://crates.io/crates/redis
- https://crates.io/crates/r2d2
- https://crates.io/crates/sqlx
- https://crates.io/crates/pulsar
- https://crates.io/crates/tokio
- https://crates.io/crates/serde
- https://crates.io/crates/serde_yaml
- https://crates.io/crates/log
- https://crates.io/crates/env_logger
dependencies
[]
# redis use tokio async
= { = "0.32.7", = ["r2d2", "tokio-comp", "cluster","cluster-async", "json"] }
= "0.8.10"
= { = "0.8.6", = ["runtime-tokio", "mysql", "chrono", "time"] }
= { = "1.48.0", = ["full"] }
= "0.3.31"
= "0.4.42"
# pulsar
= "6.5.0"
= { = "1.0.228", = ["derive"] }
= "1.0.145"
# serde yaml for config read
= "0.9.33"
# crypto
= "0.8.4"
= "1.0.100"
= "0.1.2"
= "0.9.2"
= "0.22.1"
license
MIT