lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

65
active users

#rustdev

0 posts0 participants0 posts today

🦀 Rusty Playdate Updated

New release happens!

* Simplify sprite typed handlers ❤️‍🔥
* Fix "unknown derive" error
* Add color conversion methods
* Add option to allow opt-out meta info file
* Add option to skip assets pre-build step
* Fix cargo-playdate ignores metadata if assets cash-hit 🎉
* Fix time methods, improve docs, opt crank-indicator
* Update cargo, cargo-cfg (fixes rustc nightly breaking changes)
* Pre-built bindings for SDK `2.1.0`

github.com/boozook/playdate/re

GitHubRelease 2023.10.27 · boozook/playdateWhat's Changed Dramatically simplify sprite update/draw/collision typed handlers in #165 Fix "unknown derive" error in #166 Add color conversion methods in #167 Add option to allow opt-out meta in...
Replied in thread

Also... if we wanted a backwards compatible solution where anything that implements TryInto<SocketAddr> also implements ToSocketAddrs automatically does that require specialization? 🤔

Actually, hold up, why does ToSocketAddrs return Iterator<Item = SocketAddr>? 🤯 I don't think any of the examples in the docs could yield more than one IP/port combo. 🧐