devs 0.1.0

Linux device discovery
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# devs

[![Rust workflow badge](https://github.com/jwnrt/devs/actions/workflows/rust.yml/badge.svg)](https://github.com/jwnrt/devs/actions/workflows/rust.yml)

Linux device discovery crate, like [libudev] or libsystemd's [sd-device].

## License

This work is distributed under the terms of the Mozilla Public License (MPL)
version 2.0. See [`LICENSE`](./LICENSE) for details.

[libudev]: https://www.freedesktop.org/software/systemd/man/latest/libudev.html
[sd-device]: https://www.freedesktop.org/software/systemd/man/latest/sd-device.html