๐Ÿ“ฆ AzimMuradov / raid-2

Toy implementation of the RAID 2 algorithm in Rust

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
hamming-coderaidraid-2rust
๐Ÿ“ฅ Clone https://github.com/AzimMuradov/raid-2.git
HTTPS git clone https://github.com/AzimMuradov/raid-2.git
SSH git clone git@github.com:AzimMuradov/raid-2.git
CLI gh repo clone AzimMuradov/raid-2
Azim Muradov Azim Muradov Update README 99cc2eb 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

RAID 2

Toy implementation of the RAID 2 algorithm in Rust.

Resources

  • RAID 2: https://en.wikipedia.org/wiki/StandardRAIDlevels#RAID_2
  • Hamming code: https://en.wikipedia.org/wiki/Hamming_code