Skip to content

Commit

Permalink
Updated version stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Dec 31, 2017
1 parent d39e2d7 commit a76d41f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ Version `2.X.X` copies Klaus Post's implementation. The SIMD C code is copied fr
See [Notes](#notes) and [License](#license) section for details.

## Usage
Add the following to your `Cargo.toml`
Add the following to your `Cargo.toml` for the normal version(tries to compile with SIMD operations when applicable)
```toml
[dependencies]
reed-solomon-erasure = "2.0"
reed-solomon-erasure = "2.1"
```
or the following for the pure rust version
```toml
[dependencies.reed-solomon-erasure]
version = "2.1"
features = ["pure-rust"]
```
and the following to your crate root
```rust
Expand Down

0 comments on commit a76d41f

Please sign in to comment.