Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Dec 24, 2020
1 parent cc6021d commit 8d07b7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Compression and decompression uses no usafe via the default feature flags "safe-

Safe:
```
lz4_flex = { version = "0.5.1" }
lz4_flex = { version = "0.6.1" }
```

Performance:
```
lz4_flex = { version = "0.5.1", default-features = false }
lz4_flex = { version = "0.6.1", default-features = false }
```

```rust
Expand Down Expand Up @@ -92,4 +92,5 @@ This fuzz target fuzzes, and asserts compression with cpp and decompression retu
- Frame format
- High compression
- Dictionary Compression
- #![no_std] for block compression/decompression

0 comments on commit 8d07b7d

Please sign in to comment.