Friday, September 23, 2022

Rust pop-quiz: data-entry automation

Rust POP-QUIZ!

So, I enter the @BenqiFinance positions manually, after each position move I make.


This get tedious.

So! Write a Rust program that does that from a screen-scrape.

Problem statement in detail, here.

HINT: Rust's Vec seems not to have a split function that splits along element x. This quiz seems to need that. There's a reddit-discussion that I've incorporated into my Rust book's crate of functions.  

No comments:

Post a Comment