Skip to content

Commit

Permalink
Add workflow status badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fairglow authored Mar 28, 2024
1 parent 0d4246f commit d77db1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Rust](https://github.com/Fairglow/index-list/actions/workflows/rust.yml/badge.svg)](https://github.com/Fairglow/index-list/actions/workflows/rust.yml)

# Index List

An index list is a hybrid between a vector and a linked-list, with some of the properties of each. Every element has an index in the vector and can be accessed directly there. This index is persistent as long as the element remains in the list and is not affected by other elements of the list. An index does not change if the element is moved in the list, nor when other elements are inserted or removed from the list.
Expand Down

0 comments on commit d77db1e

Please sign in to comment.