capsule/content/tinylog.gmi
2023-06-05 00:32:30 -04:00

22 lines
788 B
Text

Meta(
title: "JeanG3nie\'s Tinylog",
summary: None,
published: Some(Time(
year: 2023,
month: 6,
day: 5,
hour: 4,
minute: 25,
second: 55,
)),
tags: [
"tinylog",
],
)
---
## 2023-06-05 04:25 UTC
Rust 1.70 came out this past week. One of the highlights of this release was the stabilization of the OnceCell and OnceLock types. OnceLock in particular is a big deal because it has the potential to replace the `lazy-static` and `once-cell` crates, for those times when you want to have a lazily evaluated static data structure.
I just finished a short while ago changing Zond to use the new interface and so far so good. It's nice and simple, with good documentation.
## 2023-06-03 14:58 UTC
First tinylog post!