this post was submitted on 26 Oct 2024
1 points (100.0% liked)

The Rust Programming Language

39 readers
1 users here now

A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and...

founded 1 year ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/aleksru on 2024-10-26 10:56:49+00:00.


This is a major release with focus on improving developer experience and multi threading support.

Most notable changes:

  • Dropped 'lua lifetime (Lua and subtypes are now 'static)
  • Send + Sync with send feature flag
  • Function traits to wrap Rust functions with arbitrary number of arguments
  • Low level Lua C API support through Lua::exec_raw

See full CHANGELOG

The new version is even faster than v0.9, see our benchmarks.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here