Login to get more features including translations and can subscribe to get daily digest and more.

2025-04-25

inline-python: Inline Python code directly in your Rust code
Okay, please provide the content you want me to summarize. I'm ready to help.
Communicating in Types • Kris Jenkins
This presentation was recorded at GOTO Copenhagen 2024. #GOTOcon #GOTOcphhttps://gotocph.comKris Jenkins - Developer Advocate, Software Developer, Podcast Ho...

2025-04-24

Bevy 0.16
Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!
eserde: Don't stop at the first deserialization error - Mainmatter
`eserde` can be used to collect multiple deserialization errors, rather than stopping at the first one. They can then be reported to the user at once, improving the developer experience for API consumers.