Fix up tinylog
This commit is contained in:
parent
4105b9ea5e
commit
10733f86fd
1 changed files with 6 additions and 2 deletions
|
@ -6,8 +6,8 @@ Meta(
|
|||
month: 2,
|
||||
day: 22,
|
||||
hour: 15,
|
||||
minute: 13,
|
||||
second: 24,
|
||||
minute: 16,
|
||||
second: 36,
|
||||
)),
|
||||
tags: [
|
||||
"tinylog",
|
||||
|
@ -18,10 +18,14 @@ Some shorter thoughts and updates that might not warrant a full gemlog entry. I'
|
|||
|
||||
=> .. Home
|
||||
|
||||
## 2024-02-22 15:16 UTC
|
||||
Test post using `osrand` in place of `tinyrand`
|
||||
|
||||
## 2024-02-22 15:13 UTC
|
||||
Preliminary results after swapping my `osrand` crate for `tinyrand` in Zond.
|
||||
* Dependencies are down from 80 crates to 76
|
||||
* Binary size is down by 4k
|
||||
|
||||
## 2024-02-20 14:01 UTC
|
||||
My project for the writing class is due this weekend. Which means I'm coming to the end of this term and will be into the new on fairly soon. Pre-calculus is next, which means I will actually be starting my CS courses after that. Really looking forward to that.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue