jrgerber/smbios-lib

Make table operations more idiomatic to Rust

jrgerber opened this issue · 0 comments

find_first() function combines two ideas of an iterator, find, and first. This should be split in two. Also, make the rest of the table struct follow the iterator method idioms.