Skip to content

Commit

Permalink
Merge branch 'master' into donjuanplatinum
Browse files Browse the repository at this point in the history
  • Loading branch information
donjuanplatinum authored Jun 6, 2024
2 parents ec128fd + 2a34046 commit 9e45672
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Rust

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "algori"

version = "0.11.10"
edition = "2021"
authors = ["Donjuan Platinum <[email protected]>"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<div align="center">

[![](https://img.shields.io/crates/d/algori.svg)](https://crates.io/crates/algori)
Expand Down Expand Up @@ -28,3 +29,4 @@
- [Insertionsort](./doc/sorting/README.md)
### Structures
- [Heap](./doc/structure/README.md)

16 changes: 16 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
* Algorithms_Rust
[[file:algori.png][algori.png]]
[[https://crates.io/crates/algori][file:https://img.shields.io/crates/dr/algori.svg]]
[[file:https:/img.shields.io/crates/v/algori.svg]]

Algorithm_rust是一个rust的算法库

** 算法
*** 排序
*** 矩阵操作
*** 查找
*** 数据结构
*** 子数组
*** 数学算法与变换
** 欢迎拉取请求

Binary file added algori.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e45672

Please sign in to comment.