https://github.com/rmw-lib/env_dir
https://github.com/rmw-lib/env_dir
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmw-lib/env_dir
- Owner: rmw-lib
- Created: 2022-07-24T12:53:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T12:58:43.000Z (almost 4 years ago)
- Last Synced: 2026-05-19T00:47:47.992Z (2 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# env_dir
[English](#english-readme) | [中文说明](#中文说明)
---
## 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
[→ examples/main.rs](examples/main.rs)
```rust
use anyhow::Result;
use env_dir::add;
fn main() -> Result<()> {
dbg!(add(1, 2));
Ok(())
}
```
### Install
[Download from github](https://github.com/rmw-lib/env_dir/releases) or `cargo install mdi`
### Link
* [benchmark report log](https://rmw-lib.github.io/env_dir/dev/bench/)
### About
This project is part of **[rmw.link](//rmw.link)** Code Project

---
## 中文说明
env_dir : rust 项目模板
当 git tag 为 vX.X.X 的时候,会自动发版二进制文件到 github release
每次提交都会生成性能报告(见下面链接 )
> 以下为文档模板
### 安装
[点此下载](https://github.com/rmw-lib/env_dir/releases) 或者 `cargo install mdi`
### 使用
[→ examples/main.rs](examples/main.rs)
```rust
use anyhow::Result;
use env_dir::add;
fn main() -> Result<()> {
dbg!(add(1, 2));
Ok(())
}
```
### 链接
* [性能评测日志](https://rmw-lib.github.io/env_dir/dev/bench/)
### 关于
本项目隶属于 **人民网络 ([rmw.link](//rmw.link))** 代码计划。
