Skip to content

Commit f46246e

Browse files
committed
doc: update readme badges
1 parent 44e48ef commit f46246e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Chunk
22

3-
[![Crates.io](https://img.shields.io/crates/v/chunk)](https://crates.io/crates/chunk)
4-
[![Documentation](https://docs.rs/chunk/badge.svg)](https://docs.rs/chunk)
5-
[![Build Status](https://github.com/tailcallhq/tailcall-chunk/workflows/CI/badge.svg)](https://github.com/tailcallhq/tailcall-chunk/actions)
6-
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg)](LICENSE)
3+
[![Crates.io Version](https://img.shields.io/crates/v/tailcall-chunk?style=flat-square)](https://crates.io/crates/tailcall-chunk)
4+
[![Documentation](https://img.shields.io/docsrs/tailcall-chunk?style=flat-square)](https://docs.rs/tailcall-chunk)
5+
[![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)
6+
[![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue?style=flat-square)](LICENSE)
77

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

0 commit comments

Comments
 (0)