1 unstable release
0.0.7 | Jul 24, 2022 |
---|
#528 in Template engine
31 downloads per month
Used in rmw_config
12KB
169 lines
env_dir
English Readme
env_dir : rust project template
When the git tag is vX.X.X, the binary will be automatically released to github release
A performance report will be generated for each commit (see link below)
Below is readme template
Use
use anyhow::Result;
use env_dir::add;
fn main() -> Result<()> {
dbg!(add(1, 2));
Ok(())
}
Install
Download from github or cargo install mdi
Link
About
This project is part of rmw.link Code Project
中文说明
env_dir : rust 项目模板
当 git tag 为 vX.X.X 的时候,会自动发版二进制文件到 github release
每次提交都会生成性能报告(见下面链接 )
以下为文档模板
安装
点此下载 或者 cargo install mdi
使用
use anyhow::Result;
use env_dir::add;
fn main() -> Result<()> {
dbg!(add(1, 2));
Ok(())
}
链接
关于
本项目隶属于 人民网络 (rmw.link) 代码计划。
Dependencies
~57–510KB