|
1 | 1 | # LeetCode Trees in Rust
|
2 | 2 |
|
3 | | -[![Build Icon]][Build Status] [![Docs Icon]][Docs] [![Version Icon]][Crate] [![License Icon]][LICENSE] [Coverage] |
| 3 | +[![Build Icon]][Build Status] [![Docs Icon]][Docs] [![Version Icon]][Crate] [![License Icon]][LICENSE] [![Coverage Icon]][Coverage] |
4 | 4 |
|
5 | 5 | [Build Icon]: https://gitlab.com/1k2s/leetcode-trees-rs/badges/main/pipeline.svg
|
6 | 6 | [Build Status]: https://gitlab.com/1k2s/leetcode-trees-rs/-/pipelines
|
|
10 | 10 | [Crate]: https://crates.io/crates/leetcode-trees-rs
|
11 | 11 | [License Icon]: https://img.shields.io/badge/license-MIT-blue.svg
|
12 | 12 | [LICENSE]: LICENSE
|
| 13 | +[Coverage Icon]: https://gitlab.com/1k2s/leetcode-trees-rs/badges/main/coverage.svg |
13 | 14 | [Coverage]: https://gitlab.com/1k2s/leetcode-trees-rs/badges/main/coverage.svg?job=coverage
|
14 | 15 |
|
15 | 16 | ## Description
|
|
0 commit comments