Released v1.0.0 of seahorse, a minimal CLI framework written in Rust

A minimal CLI framework written in Rust. Contribute to ksk001100/seahorse development by creating an account on GitHub. Read more

Similar

Rust language server alpha 2 release

Today, we’re happy to announce the second alpha for the Rust Language Server, a project build to bring high-quality Rust IDE support to any IDE or editor. This release brings new features, better stability, and an easier installation than the first alpha... (more…)

Read more »

Three Different Cuts: Rust, Go, and Zig

In this post, we'll look at how Rust, Go, and Zig express the signature of function cut --- the power tool of string mainpulation. Cut takes a string and a pattern, and splits the string around the first occurrence of the pattern: cut(... (more…)

Read more »