mirror of
https://github.com/tauri-apps/tauri.studio.git
synced 2026-02-04 02:21:17 +01:00
Introduction: Update project name (Proton → Tauri)
This commit is contained in:
@@ -58,7 +58,7 @@ Finallly, the bundler, which takes all the pieces and puts them together in a ni
|
||||
## Why Rust
|
||||
> Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages. Rust’s rich type system and ownership model guarantee memory-safety and thread-safety — and enable you to eliminate many classes of bugs at compile-time. Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling — an integrated package manager and build tool, smart multi-editor support with auto-completion and type inspections, an auto-formatter, and more. - [https://www.rust-lang.org/](https://www.rust-lang.org/)
|
||||
|
||||
This combination of power, safety and usability are why we chose Rust to be the default binding for Proton. It is our intention to provide the most safe and performant native app experience (for devs and app consumers), out of the box.
|
||||
This combination of power, safety and usability are why we chose Rust to be the default binding for Tauri. It is our intention to provide the most safe and performant native app experience (for devs and app consumers), out of the box.
|
||||
|
||||
If you want a deep and rather nerdy look into Rust, check out what insider Tony Arcieri has to say in his article, [Rust in 2019. Security, maturity, stability](https://tonyarcieri.com/rust-in-2019-security-maturity-stability)
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ Finallly, the bundler, which takes all the pieces and puts them together in a ni
|
||||
## Why Rust
|
||||
> Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages. Rust’s rich type system and ownership model guarantee memory-safety and thread-safety — and enable you to eliminate many classes of bugs at compile-time. Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling — an integrated package manager and build tool, smart multi-editor support with auto-completion and type inspections, an auto-formatter, and more. - [https://www.rust-lang.org/](https://www.rust-lang.org/)
|
||||
|
||||
This combination of power, safety and usability are why we chose Rust to be the default binding for Proton. It is our intention to provide the most safe and performant native app experience (for devs and app consumers), out of the box.
|
||||
This combination of power, safety and usability are why we chose Rust to be the default binding for Tauri. It is our intention to provide the most safe and performant native app experience (for devs and app consumers), out of the box.
|
||||
|
||||
If you want a deep and rather nerdy look into Rust, check out what insider Tony Arcieri has to say in his article, [Rust in 2019. Security, maturity, stability](https://tonyarcieri.com/rust-in-2019-security-maturity-stability)
|
||||
|
||||
@@ -79,4 +79,4 @@ And finally, there are a couple Rust communities on Discord that you can always
|
||||
Setting up tauri is subtly different depending on the operating system you are using.
|
||||
- [Linux Setup](https://github.com/tauri-apps/tauri/wiki/02.-Linux-Setup)
|
||||
- [MacOS Setup](https://github.com/tauri-apps/tauri/wiki/03.-MacOS-Setup)
|
||||
- [MS Windows Setup](https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup)
|
||||
- [MS Windows Setup](https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup)
|
||||
|
||||
Reference in New Issue
Block a user