owfs-rs
Rust API for OWFS (1-Wire file system)
Example:
// OWFS guard object, automatically calls `owcapi::OW_finish` on drop
let _og = init.unwrap;
let devices = scan.unwrap;
for d in devices
Requires libow and libowcapi to be installed on the host. It is also
possible to tell the crate to compile the library from source (specify
vendored feature).