A rust library (crate) for listing mounted or mountable drives on linux (flash drives, sd-cards, etc.)
Uses the virtual sysfs filesystem (/sys) to gather information about the block devices known by the linux kernel.
initial prototype
second prototype with a little bit more information gathered from /sys/block - but still in a very early stage - work in progress