Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 517 Bytes

File metadata and controls

8 lines (6 loc) · 517 Bytes

Rust

Programs written in Rust to accomplish varying tasks.

first.rs

First Rust program, which returns a statement (in Swedish) via printing a line. (Not very impressive, I'm more than aware...)

datetimeext

Trait and Implementation of an extension to the DateTimechrono::utc object in Rust to print the ISO week number. (Compiles via Cargo.)