Tuesday, October 18, 2022

Rust pop-quiz: the marketplace

Rust pop-quiz (continuation)!

Next up, let's say you want to collect marketplace data, such as a scrape from one of @TeamKujira FIN Order books:


Captured as a scrape here.

Write a Rust program that scans the above file and outputs

token,book,price (USD)

cleanly.


No comments:

Post a Comment