Skip to content

Commit 46f4ef9

Browse files
eldruintherealprof
authored andcommitted
Add wyhash crate (#172)
1 parent 1758ee8 commit 46f4ef9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,12 +563,14 @@ Work in progress drivers. Help the authors make these crates awesome!
563563
- [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`. ![crates.io](https://img.shields.io/crates/v/smoltcp.svg)
564564
- [vga-framebuffer]: A VGA signal generator and font renderer for VGA-less microcontrollers. Used by [Monotron](https://github.com/thejpster/monotron) to generate 48 by 36 character display using 3 SPI peripherals and a timer. ![crates.io](https://img.shields.io/crates/v/vga-framebuffer.svg)
565565
- [dcmimu]: An algorithm for fusing low-cost triaxial MEMS gyroscope and accelerometer measurements ![crates.io](https://img.shields.io/crates/v/dcmimu.svg)
566+
- [wyhash]: A fast, simple and portable hashing algorithm and random number generator. - ![crates.io](https://img.shields.io/crates/v/wyhash.svg)
566567

567568
[pc-keyboard]: https://github.com/thejpster/pc-keyboard
568569
[vga-framebuffer]: https://github.com/thejpster/vga-framebuffer-rs
569570
[menu]: https://github.com/thejpster/menu
570571
[biquad]: https://crates.io/crates/biquad
571572
[dcmimu]: https://crates.io/crates/dcmimu
573+
[wyhash]: https://crates.io/crates/wyhash
572574

573575
### WIP
574576

0 commit comments

Comments
 (0)