[Rust Daily] 2023-09-07 Tauri 2.0 Roadmap

rustic - Fast, encrypted, deduplication backup tool

rustic is a fast, encrypted, and deduplicated backup tool implemented in Rust. It can read and write restic's repo format and can replace restic in most cases. It supports major operating systems (Linux, MacOs, BSD).

rustic is currently in beta, and some features are still under development.

Github homepage: https://github.com/rustic-rs/rustic ↗

Tauri 2.0 Roadmap

Tauri 1.0, released in June 2022, allows developers to build apps using HTML, CSS and JavaScript with the security and performance of Rust.

An important feature of Tauri 2.0 is support for mobile terminals (iOS and Android). Beside this there is:

  • Powerful plug-in system

  • Swift and Kotlin bindings

Tauri 2.0 is currently still in the testing phase, and a stable version is expected to be launched in early 2024. Welcome to test and provide feedback.

For details, see: https://beta.tauri.app/blog/roadmap-to-tauri-2-0/ ↗

Rust blog summary

The Reddit community conducted a summary of Rust-related blogs and listed some blogs worth paying attention to.

Some bloggers:

  • Niko Matsakis

    • Blog: https://smallcultfollowing.com/babysteps/ ↗

    • Introduction: Rust core team member, one of the main designers and implementers of the Rust language.

  • Ralf Jung

    • Blog: https://www.ralfj.de/blog/ ↗

    • Introduction: Rust core team member, main architect of the Rust language memory model and immutability.

  • Alexis Beingessner

    • Blog: https://gist.github.com/Gankra/ ↗

    • Introduction: Rust core team member, main maintainer of Collection.

  • Yoshua Wuyts

    • Blog: https://blog.yoshuawuyts.com/ ↗

    • Introduction: Active contributor in the Rust community, promoter of WebAssembly and Rust applications in the Web field.

  • James Munns

    • Blog: https://jamesmunns.com/blog/ ↗

    • Introduction: Rust embedded ecosystem maintainer, often sharing embedded Rust-related content on the blog.

  • James McMurray

    • Blog: https://jamesmcm.github.io/blog/ ↗

    • Introduction: Rust embedded programming enthusiasts share many topics related to Rust programming on the blog, including embedded aspects.

  • Llogiq

    • Blog: https://llogiq.github.io/ ↗

    • Introduction: An active contributor to the Rust community, he often writes blog posts on Rust programming topics.

  • Luca Palmieri

    • Blog: https://www.lpalmieri.com/ ↗

    • Introduction: Expert in Rust WebAssembly, author of the book "Rust and WebAssembly" https://rustwasm.github.io/book/ ↗.

  • Sabrina Jewson

    • Blog: https://sabrinajewson.org/blog/ ↗

    • Introduction: A participant in the Rust game development ecosystem, she shares Rust topics related to game development on her blog.

  • Tyler Mandry

    • Blog: https://tmandry.gitlab.io/blog/ ↗

    • Introduction: A promoter in the field of Rust language education, he often expresses his opinions on Rust teaching methods.

  • Mara Bos

    • Blog: https://blog.m-ou.se/ ↗

    • Introduction: A promoter in the field of Rust language education, he often writes Rust language training courses. Author of "Rust Atomics and Locks" https://marabos.nl/atomics/ ↗.

  • Jack Huey

    • Blog: https://jackh726.github.io/ ↗

    • Introduction: A Rust teacher and lecturer. His blog often contains content that Rust beginners can learn.

  • Rust Weekly Newsletter

    • Blog: https://this-week-in-rust.org/ ↗

    • Introduction: This is a weekly newsletter maintained by the Rust community. You can see the latest developments in the Rust ecosystem and community in the past week.

etc.

If you also have a Rust blog that you are interested in, you may wish to share it with the community.

@苦瓜小仔 More than 100 blogs compiled: https://www.yuque.com/zhoujiping/programming/rust-materials#6dd8fb8c07a16ae33da0121a8b850481 ↗

Original post: https://www.reddit.com/r/rust/comments/16budqk/rust_blogs_you_follow/ ↗

This week’s Rust community news

This week’s Rust Community Newsletter is released, including:

  • Rust project governance update

  • cargo-audit 0.18 released

  • crate.io Incident Occurrence and Response

  • Rust Game Development Monthly Report

  • Slint 1.2 released

  • Diesel asynchronous version release

For details, see: https://this-week-in-rust.org/blog/2023/09/06/this-week-in-rust-511/ ↗

Please follow our updates for more news and updates about Rust!

From Daily Team Cupnfish

Community learning exchange platform subscription:

  • Rust.cc Forum: support rss

  • WeChat public account: Rust language Chinese community

Guess you like

Origin blog.csdn.net/u012067469/article/details/132769667