file_monitor/README.md
Myrddin Dundragon fe7537f238 Moving personal review and adjusting README.
Just making the project a little more tidy.
2025-03-25 22:22:19 -04:00

18 lines
551 B
Markdown

# FileMonitor #
This was a Rust Challenge that I completed in 17 hours.
The [document](./docs/rust_coding_challenge_filemonitor.pdf)
describing the challenge can be found in the docs directory.
## Platform ##
This was created on Ubuntu and was only tested there. It should
work on most other platforms, but without testing it, I do not
know for certain.
## Build ##
To build it just use a standard Cargo install with the current
Rust compiler. Make sure your Cargo is set for Crates.IO as
your registry because it uses several crates from there.