rust-dms/README.md
2025-03-15 19:28:47 +04:00

30 lines
No EOL
1,006 B
Markdown

# Rust-DMS (Dead man switch)
A tiny utility to execute certain actions on upon a disconnection of any given USB device.
This project is meant to be as simple and reliable as possible. It shouldn't need continious updates or testing.
It doesn't have a web or terminal UI, all options are supplied from CLI arguments only.
This makes it easy to understand and configure, compared to configuring from config files or .env files/variables.
## How to install
```
$ cargo install rust-dms
```
## Similar projects
### dead-man-switch
A bit too complex for what I need, but if you really need a TUI and Web UI for your deadman switch - use it.
## License
The crate is licensed under either of:
- Apache License, Version 2.0
- MIT license
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.