Skip to content

Commit 60fbec8

Browse files
committed
chore: add README
1 parent e5dd4b7 commit 60fbec8

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
1-
# Index Vec
1+
<div align="center">
2+
3+
[![Crates.io][crates-badge]][crates-url]
4+
[![Docs.rs][docs-badge]][docs-url]
5+
[![MIT licensed][license-badge]][license-url]
6+
[![Build Status][ci-badge]][ci-url]
7+
[![Sponsors][sponsors-badge]][sponsors-url]
8+
[![Discord chat][discord-badge]][discord-url]
9+
<!-- [![Code Coverage][code-coverage-badge]][code-coverage-url] -->
10+
<!-- [![CodSpeed Badge][codspeed-badge]][codspeed-url] -->
11+
12+
</div>
13+
14+
# oxc-index-vec
215

316
Forked version of [index_vec](https://github.com/thomcc/index_vec).
417

518
Newly added features:
619

720
* rayon
21+
22+
<p align="center">
23+
<a href="https://github.com/sponsors/Boshen">
24+
<img src="https://raw.githubusercontent.com/Boshen/sponsors/main/sponsors.svg" alt="My sponsors" />
25+
</a>
26+
</p>
27+
28+
[discord-badge]: https://img.shields.io/discord/1079625926024900739?logo=discord&label=Discord
29+
[discord-url]: https://discord.gg/9uXCAwqQZW
30+
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
31+
[license-url]: https://github.com/oxc-project/oxc-index-vec/blob/main/LICENSE
32+
[ci-badge]: https://github.com/oxc-project/oxc-index-vec/actions/workflows/ci.yml/badge.svg?event=push&branch=main
33+
[ci-url]: https://github.com/oxc-project/oxc-index-vec/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain
34+
[code-coverage-badge]: https://codecov.io/github/oxc-project/oxc-index-vec/branch/main/graph/badge.svg
35+
[code-coverage-url]: https://codecov.io/gh/oxc-project/oxc-index-vec
36+
[sponsors-badge]: https://img.shields.io/github/sponsors/Boshen
37+
[sponsors-url]: https://github.com/sponsors/Boshen
38+
[codspeed-badge]: https://img.shields.io/endpoint?url=https://codspeed.io/badge.json
39+
[codspeed-url]: https://codspeed.io/oxc-project/oxc-index-vec
40+
[crates-badge]: https://img.shields.io/crates/d/oxc_index?label=crates.io
41+
[crates-url]: https://crates.io/crates/oxc_index
42+
[docs-badge]: https://img.shields.io/docsrs/oxc_index
43+
[docs-url]: https://docs.rs/oxc_index

0 commit comments

Comments
 (0)