Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit fbeef50

Browse files
authored
Merge pull request #33 from rust-lang/master
17.10.8.16.3
2 parents 4e30674 + a506ee7 commit fbeef50

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

_data/users.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
name: Baidu X-Lab
487487
url: https://github.com/baidu/rust-sgx-sdk
488488
logo: baidu-x-lab.png
489-
how: "We provide Rust SGX SDK for developing Intel SGX enclaves in the Rust programming language."
489+
how: "We provide Rust SGX SDK for developing Intel SGX applications in the Rust programming language."
490490
-
491491
name: CurrySoftware GmbH
492492
url: https://www.curry-software.com
@@ -509,3 +509,13 @@
509509
url: https://galois.com
510510
logo: galois.svg
511511
how: "Galois is integrating Rust with high-assurance technologies like the seL4 secure microkernel to build the next generation of trustworthy cyber-physical systems."
512+
-
513+
name: Metaswitch
514+
url: https://www.metaswitch.com/
515+
logo: metaswitch.png
516+
how: "Rust is the primary programming language for all communications solutions architected using microservices methodologies."
517+
-
518+
name: Nomalab
519+
url: https://www.nomalab.com
520+
logo: nomalab.png
521+
how: "To analyse video, format and pixels."

_includes/example.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fn main() {
1414
4 => println!("このコードは編集して実行出来ます!"),
1515
5 => println!("여기에서 코드를 수정하고 실행할 수 있습니다!"),
1616
6 => println!("Ten kod można edytować oraz uruchomić!"),
17-
7 => println!("Esse código é editável e executável!"),
17+
7 => println!("Este código é editável e executável!"),
1818
8 => println!("Этот код можно отредактировать и запустить!"),
1919
9 => println!("Bạn có thể edit và run code trực tiếp!"),
2020
10 => println!("这段代码是可以编辑并且能够运行的!"),

user-logos/baidu-x-lab.png

31.8 KB
Loading

user-logos/metaswitch.png

26.5 KB
Loading

user-logos/nomalab.png

47.1 KB
Loading

0 commit comments

Comments
 (0)