Skip to content

Commit

Permalink
chore: rename primary workflow & add badge to readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
calteran authored Dec 9, 2023
1 parent 2b60d27 commit 9014c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust CI
name: build

on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Fixed Index Vector - Rust Crate

[![GitHub Workflow Status](https://github.com/calteran/fixed-index-vec/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/calteran/fixed-index-vec/)

This crate provides `FixedIndexVec`, a Rust collection that functions like an array with immutable indices.
Each value is associated with a unique index upon insertion.
The value can be accessed, inserted, and removed with the index serving as the identifier.
Expand Down

0 comments on commit 9014c3e

Please sign in to comment.