- 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.
- Instant Node Package Manager
- 演進式架構(gòu)(原書第2版)
- MySQL 8從入門到精通(視頻教學(xué)版)
- arc42 by Example
- SQL Server 2012數(shù)據(jù)庫技術(shù)及應(yīng)用(微課版·第5版)
- R語言編程指南
- PHP+MySQL網(wǎng)站開發(fā)項目式教程
- C# and .NET Core Test Driven Development
- C編程技巧:117個問題解決方案示例
- 零基礎(chǔ)學(xué)C語言(第4版)
- Delphi開發(fā)典型模塊大全(修訂版)
- 數(shù)據(jù)分析與挖掘算法:Python實戰(zhàn)
- HTML5移動前端開發(fā)基礎(chǔ)與實戰(zhàn)(微課版)
- Google Maps JavaScript API Cookbook
- 前端架構(gòu)設(shè)計