Ben Chuanlong Du's Blog

It is never too late to learn.

Hands on the Glob Crate in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tips and Traps

The Rust crate glob behaves similarly to the Python library glob.

Set in Golang

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tips and Traps

Golang does NOT have sets natively. github.com/deckarep/golang-set is a popular 3rd-party set implementation.