Std

Mainly a port of Rust's std.
git clone https://git.philomathiclife.com/repos/Std
Log | Files | Refs | README

commit 70b7c87b8dcc0fd758eebb7a43497bc08f43150c
parent fa75aed37f9f90209d4378e0fd77dce1098aac06
Author: Zack Newman <zack@philomathiclife.com>
Date:   Wed, 15 Mar 2023 17:22:28 -0600

added a readme

Diffstat:
AREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,6 @@ +Std +-------- +Std is essentially a port of Rust's `std`. +Obviously C# is not nearly as expressive as Rust and one should simply +write in Rust if you can; however there are times when one “has” to +write in C#—like me at my previous company.