You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This highlights the blockquote when targeting one of the quotes
via the URL's fragment:
https://rust-for-linux.com/industry-and-academia-support#Samsung
It does so in a color that works for all themes (having said that,
I just used one of the existing colors the themes provide --
CSS Color Module Level 5 cannot come soon enough).
Signed-off-by: Miguel Ojeda <[email protected]>
Copy file name to clipboardExpand all lines: src/Industry-and-academia-support.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Industry and academia support
2
2
3
-
<blockquoteid="Google">
3
+
<blockquoteid="Google"class="quote-highlight">
4
4
<p>“Google supports and contributes directly to the Rust for Linux project. Our Android team is evaluating a new Binder implementation and considering other drivers where Rust could be adopted.”</p>
<p>“Microsoft's Linux Systems Group is interested in contributing to getting Rust into Linux kernel. Hopefully we will be able to submit select Hyper-V drivers written in Rust in the coming months.”</p>
<p>“Rust for Linux is a key step towards reducing security-critical kernel bugs, and on the path towards our ultimate goal of making Linux free of security-critical bugs. We are using Rust in our OS research, and adoption is easier with an existing Rust in the Linux kernel framework in place.”</p>
35
35
</blockquote>
36
36
37
37
— Thomas Anderson, University of Washington, 2022-06-23.
<p>“We are convinced that Rust is changing the landscape of system programming by applying the research done on programming languages in the last decades. We wanted to see how the language was able to help us write code we are really comfortable with thanks to the extensive static checking.”</p>
42
42
</blockquote>
43
43
44
44
— Esteban Blanc, Arthur Cohen and Martin Schmidt, LSE (Systems Research Laboratory) at EPITA (École pour l'informatique et les techniques avancées), 2022-06-23.
45
45
46
46
47
-
<blockquoteid="ISRG">
47
+
<blockquoteid="ISRG"class="quote-highlight">
48
48
<p>“Being able to use Rust in the Linux kernel is an incredible milestone on the road to a more secure future for the Internet and everything else that depends heavily on Linux.”</p>
<p>“Samsung is actively engaged in supporting the integration of Rust code into the Linux Kernel. Recognizing the significant benefits that Rust brings to kernel and system software development, particularly in terms of enhancing security and reducing critical bugs, Samsung is committed to enabling kernel developers to write block layer device drivers using the Rust programming language. By embracing modern programming languages like Rust, Samsung aims to attract new talent to systems development and promote memory safety within the Linux storage stack.”</p>
0 commit comments