File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Chunk
2
2
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 )
7
7
8
8
A Rust implementation of a persistent data structure that provides O(1) append and concatenation operations through structural sharing.
9
9
You can’t perform that action at this time.
0 commit comments