Skip to content

Commit 7d616b8

Browse files
committed
chore: badges
1 parent 43deb2c commit 7d616b8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Difficient
1+
# Difficient · [![GitHub license](https://img.shields.io/github/license/redbadger/difficient?color=blue)](https://github.com/redbadger/difficient/blob/master/LICENSE) [![Crate version](https://img.shields.io/crates/v/difficient.svg)](https://crates.io/crates/difficient) [![Docs](https://img.shields.io/badge/docs.rs-difficient-green)](https://docs.rs/difficient/) [![Build status](https://img.shields.io/github/actions/workflow/status/redbadger/difficient/ci.yaml)](https://github.com/redbadger/difficient/actions)
2+
23
Efficient, type-safe, (almost) zero-allocation structural diffing.
34

45
* Annotate your `struct` or `enum` with `#[derive(Diffable)]`
56
* Diff your value with another value of the same type
6-
* Apply the diff!
7+
* Apply the diff!
78
* Serialize the diff!
89
* `Visit` the diff, generating a custom stream of change events
910

0 commit comments

Comments
 (0)