https://hachyderm.io/@sminez on mastodon
https://sminez.dev
I'm a software engineer who spends probably more time than he should writing my own tools. You can see what I'm up to at https://github.com/sminez
(he/him)
```
let mut it = my_vec.clone().into_iter();
let it = std::iter::once(
it.next().unwrap_or_default()
)
.chain(it);
```
#rust #rustlang
```
let mut it = my_vec.clone().into_iter();
let it = std::iter::once(
it.next().unwrap_or_default()
)
.chain(it);
```
#rust #rustlang
I got built in hotkey management working for penrosx at the weekend and significantly tidied up the internal APIs from what I had earlier in the year. Hoping to sort out the event handler logic where it's messed up this week then I should have something working 🤞
I got built in hotkey management working for penrosx at the weekend and significantly tidied up the internal APIs from what I had earlier in the year. Hoping to sort out the event handler logic where it's messed up this week then I should have something working 🤞