An open API service indexing awesome lists of open source software.

https://github.com/rmw-lib/rust_tmpl

rust project template
https://github.com/rmw-lib/rust_tmpl

rust template

Last synced: 2 months ago
JSON representation

rust project template

Awesome Lists containing this project

README

          

# rust_tmpl

Api Doc
Download

[English](#english-readme) | [中文说明](#中文说明)

---

## English Readme

rust_tmpl : 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 rust_tmpl::add;

fn main() -> Result<()> {
dbg!(add(1, 2));
Ok(())
}
```

### Install

[Download from github](https://github.com/rmw-lib/rust_tmpl/releases) or `cargo install mdi`

### Link

* [benchmark report log](https://rmw-lib.github.io/rust_tmpl/dev/bench/)

### About

This project is part of **[rmw.link](//rmw.link)** Code Project

![rmw.link logo](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)

---

## 中文说明

rust_tmpl : rust 项目模板

当 git tag 为 vX.X.X 的时候,会自动发版二进制文件到 github release

每次提交都会生成性能报告(见下面链接 )

> 以下为文档模板

### 安装

[点此下载](https://github.com/rmw-lib/rust_tmpl/releases) 或者 `cargo install mdi`

### 使用

[→ examples/main.rs](examples/main.rs)

```rust
use anyhow::Result;
use rust_tmpl::add;

fn main() -> Result<()> {
dbg!(add(1, 2));
Ok(())
}
```

### 链接

* [性能评测日志](https://rmw-lib.github.io/rust_tmpl/dev/bench/)

### 关于

本项目隶属于 **人民网络 ([rmw.link](//rmw.link))** 代码计划。

![人民网络海报](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)