
@NfNitLoop ("Cody C. #BLM") replied to a tweet by @travisthetechie:
@travisthetechie I'm a Rust fan so if you ever want to brainstorm feel free to ping me. 😊
And yeah, Rust does like to pass a lot of things by reference. "Zero-cost abstractions" are a language/community value. If a function doesn't need to keep a thing around (and it's not Copy), folks prefer &