]> git.scottworley.com Git - tablify/commit - src/lib.rs
Prefer &str over String
authorScott Worley <scottworley@scottworley.com>
Thu, 29 Aug 2024 09:26:09 +0000 (02:26 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 2 Oct 2024 09:40:47 +0000 (02:40 -0700)
commit116fc215a7f859e20b60e91bcb24d314a9d911f9
tree587fa71438e1873d6c738cf823480889fd3cf47f
parent70436f237f896aa7651ef259c16a19302e85df38
Prefer &str over String

At this intermediate step in this refactor, we leak() everything(!)
src/lib.rs