File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# LeetCode Trees in Rust
2
2
3
- [ ![ Build Status]] [ Actions ] &emsp ; [ ![ Latest Version]] [ crates.io ]
4
-
5
- [ Build Status ] : https://img.shields.io/github/actions/workflow/status/1kill2steal/leetcode-trees-rs/rust.yml?branch=main
6
- [ Actions ] : https://github.com/1kill2steal/leetcode-trees-rs/actions?query=branch%3Amaster
7
- [ Latest Version ] : https://img.shields.io/crates/v/leetcode-trees-rs.svg
8
- [ crates.io ] : https://crates.io/crates/leetcode-trees-rs
3
+ [ ![ Build Icon]] [ Build Status ] &emsp ; [ ![ Docs Icon]] [ Docs ] &emsp ; [ ![ Version Icon]] [ Crate ] &emsp ; [ ![ License Icon]] [ LICENSE ]
4
+
5
+ [ Build Icon ] : https://img.shields.io/github/actions/workflow/status/1kill2steal/leetcode-trees-rs/rust.yml?branch=main
6
+ [ Build Status ] : https://github.com/1kill2steal/leetcode-trees-rs/actions?query=branch%3Amaster
7
+ [ Docs Icon ] : https://docs.rs/leetcode-trees-rs/badge.svg
8
+ [ Docs ] : https://docs.rs/leetcode-trees-rs/latest/leetcode_trees_rs/
9
+ [ Version Icon ] : https://img.shields.io/crates/v/leetcode-trees-rs.svg
10
+ [ Crate ] : https://crates.io/crates/leetcode-trees-rs
11
+ [ License Icon ] : https://img.shields.io/badge/license-MIT-blue.svg
12
+ [ LICENSE ] : LICENSE
9
13
10
14
## Description
11
15
You can’t perform that action at this time.
0 commit comments