This is a handy pattern to use for efficiently escaping text, and it's also a good demonstration of Rust's Cow 🐄 type. (more…)
Read more »
For most companies and users, Go is the right default option. Its performance is strong, Go is easy to adopt, and Go’s highly modular nature makes it particularly good for situations where requirements are changing or evolving.As your product matures, and... (more…)
Read more »
bstr is a byte string library for Rust and its 1.0 version has
just been released! It provides string oriented operations on
arbitrary sequences of bytes, but is most useful when those bytes are UTF-8. In
other words, it provides a string type that is UTF... (more…)
Read more »
Contributing to rust-lang/rust has been a long-standing desire of mine.
It's a central of software that has enabled a lot of my work, and being able
to contribute directly back to it felt like something I wanted to do
1. (more…)
Read more »
Another GUI toolkit. Contribute to kas-gui/kas development by creating an account on GitHub. (more…)
Read more »