Implements the embedded2022 project asyncronously in rust
All that is needed to cross compile this project is for the
aarch64-linux-musl-cross
toolkit to be included in the project root and for the target aarch64-unknown-linux-musl
to be added with rustup
cross compile target binary with the command:
$ cargo build --release --target aarch64-unknown-linux-musl
You can get usage information for the tool with the -h or --help command
$ ./asyncembedded2022 --token <YOUR FINNHUB API TOKEN> AAPL BTC
This commmand will start the program which will create a directory data
with individual files for each symbol.
The task delay calculate files calculate the computation -> write delay for each symbol separately