Skip to content

Commit

Permalink
Fix readme for erasure coding (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman authored Dec 27, 2023
1 parent edd228c commit 77f86a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ Here is a list of currently supported and unsupported but possible future featur
- [x] Router based federation
- [x] Erasure coded reads
- RS schema only, no support for RS-Legacy or XOR
- Relies on a fork of https://github.com/rust-rse/reed-solomon-erasure
- You can include a `patch` in your downstream `Cargo.toml` to use the required patch
```toml
[patch.crates-io]
reed-solomon-erasure = { git = "https://github.com/Kimahriman/reed-solomon-erasure.git", branch = "SNB/23C24_external_matrix" }
```
- [ ] Erasure coded writes

### Security Features
Expand Down

0 comments on commit 77f86a2

Please sign in to comment.