file_monitor/README.md

18 lines
551 B
Markdown
Raw Normal View History

# 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.