# Advanced Shift Registers
Simple way to control shift registers (with embedded_hal).
You can easily use your shifregisters as output pin multiplexers.
[](https://crates.io/crates/adv-shift-registers)
[]()
## Support
I've only tested it on 74HC595, but im sure it will work fine on similar modules.
## TODO
- [ ] Maybe better support for inputs (only one input High at the time without diodes)
- [ ] Less unsafe if possible?