rust_wheel
This repo store some rust common component that used by Reddwarf. import this lib like this:
rust_wheel = { git = "https://github.com/jiangxiaoqiang/rust_wheel.git", branch = "main", features = [
"model",
"common",
"rwconfig",
"texhub"
] }