RSSAmplifier

Notes to self · Mar 15, 2020

A C# programmer examines Rust - Part 2

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

In part one we started an initial exploration of the Rust programming language, using a small programming problem as a starting point. The problem was: Given a string which contains comma-separated values, transform it into a list of Globally Unique Identifiers (GUIDs) if and only if every value is a valid GUID. Ignore whitespace and newlines. The following Rust function was given as a candidate…

Read on /rust,/c%23,/programming/2020/03/15/StartingRustPart2.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.