My Leetcode Solution in Rust Each .rs file consists of three parts: problem description my solution test cases Run cargo test test_{id} to test the solution for problem #id. Working in progress, solutions list: 1 - two sum