Skip to content

Commit

Permalink
doc: update readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 16, 2024
1 parent 44e48ef commit f46246e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Chunk

[![Crates.io](https://img.shields.io/crates/v/chunk)](https://crates.io/crates/chunk)
[![Documentation](https://docs.rs/chunk/badge.svg)](https://docs.rs/chunk)
[![Build Status](https://github.com/tailcallhq/tailcall-chunk/workflows/CI/badge.svg)](https://github.com/tailcallhq/tailcall-chunk/actions)
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg)](LICENSE)
[![Crates.io Version](https://img.shields.io/crates/v/tailcall-chunk?style=flat-square)](https://crates.io/crates/tailcall-chunk)
[![Documentation](https://img.shields.io/docsrs/tailcall-chunk?style=flat-square)](https://docs.rs/tailcall-chunk)
[![Build Status](https://img.shields.io/github/actions/workflow/status/tailcallhq/tailcall-chunk/ci.yml?style=flat-square)](https://github.com/tailcallhq/tailcall-chunk/actions)
[![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue?style=flat-square)](LICENSE)

A Rust implementation of a persistent data structure that provides O(1) append and concatenation operations through structural sharing.

Expand Down

0 comments on commit f46246e

Please sign in to comment.