Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and the
[Go implementation](https://github.com/golang/snappy).

[![Build status](https://github.com/BurntSushi/rust-snappy/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-snappy/actions)
[![](https://meritbadge.herokuapp.com/snap)](https://crates.io/crates/snap)
[![crates.io](https://img.shields.io/crates/v/snap.svg)](https://crates.io/crates/snap)

Licensed under the BSD 3-Clause.

Expand Down
2 changes: 1 addition & 1 deletion szip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A pure Rust command line tool for compressing and decompressing Snappy files.
By default, this tool uses the Snappy frame format.

[![Build status](https://github.com/BurntSushi/rust-snappy/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-snappy/actions)
[![](https://meritbadge.herokuapp.com/szip)](https://crates.io/crates/szip)
[![crates.io](https://img.shields.io/crates/v/szip.svg)](https://crates.io/crates/szip)

Licensed under the BSD 3-Clause.

Expand Down