Hacker News new | ask | show | jobs
by rwaksmunski 967 days ago
Rust can be pretty rapid if you unwrap() and clone() everything. You are building a prototype after all. Adding error handling, traits and modules can be done later if the project has merit.