Plurrrr

Sat 29 May 2021

How to to_string in Rust

In Rust, there are several ways to turn a value into a string. In this article, we will explore a few different ways and discuss what are the most idiomatic approaches depending on the context you are currently working on.

Source: How to to_string in Rust, an article by Luciano Mammino.

Tag support for tumblelog

In the evening I finished most of the tag support in the Perl version of tumblelog. The tags page uses the same logarithmic scaling method as I used in Google Search Cloud. However, I decided to order the tags alphabetically.

I hope to be able to release this new version, 5.0.0, within a week or two.