rust_wheel 0.1.1

A project to define some public component.
Documentation

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"
] }