- Rust Essentials(Second Edition)
- Ivo Balbaert
- 123字
- 2021-07-02 15:30:36
Servo
Mozilla uses Rust as the language for writing Servo, its new web browser engine designed for parallelism and safety (https://servo.org/).
Due to Rust's compiler design, many kinds of browser security bugs are prevented automatically. In 2013, Samsung got involved, porting Servo to Android and ARM processors. Servo is itself an open source project with more than 750 contributors. It is under heavy development, and amongst other parts it already has its own CSS3 and HTML5 parser implemented in Rust. It passed the web compatibility browser test ACID2 in March 2014 (http://en.wikipedia.org/wiki/Acid2/).
Servo currently supports Linux, OS X, Windows, and Android. Parts of Servo are merged into Gecko (the engine on which Firefox is based), thus lending the Servo project's advancements to Firefox.
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Apache Spark 2.x Machine Learning Cookbook
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- 編寫高質量代碼:改善Python程序的91個建議
- 跟小海龜學Python
- Servlet/JSP深入詳解
- Rust Cookbook
- Python神經網絡項目實戰
- Java深入解析:透析Java本質的36個話題
- Keras深度學習實戰
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- 一塊面包板玩轉Arduino編程
- JavaScript動態網頁編程
- Extending Unity with Editor Scripting
- 一步一步跟我學Scratch3.0案例