Disney Streaming Services Interview Candidate Assignment
Mac OS X
- Clone this repository to a local directory.
- Ensure developer tools are installed (xcode-select --install).
- Execute
cargo build --releasein the local directory.
Windows
- Clone this repository to a local directory.
- Execute
cargo build --releasein the local directory.
Mac OS X
- If built locally, execute
./target/release/dss_mainin the local directory. - The
dss_mainexecutable can also be directly downloaded and executed.
Windows
- If built locally, double-click the target\release\dss_main.exe file.
- The
dss_main.exeexecutable can also be directly downloaded and executed.