- 1 Post
- 3 Comments
Joined 2 years ago
Cake day: June 15th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
hatchet@sh.itjust.worksto Rust Lang@lemmyrs.org•Whats the latest personal project youre working on?English1·2 years agoI’m working on a command line tool that automatically adds furigana to Japanese text.
Well, actually I would tend to agree that &[T] is preferable to AsRef in most cases; all of the smart pointers you mentioned can also easily be turned into plain references. I probably could have chosen a better example.