mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13:43 +00:00
rust
This commit is contained in:
@ -16,6 +16,7 @@ We will continue to bring you new features to protect against evolving threats,
|
||||
New:
|
||||
|
||||
- [Config Refresh](operating-system-security-system-security.md#-config-refresh)
|
||||
- [Rust in Windows](operating-system-security-system-security.md#-rust-in-windows)
|
||||
- [VBS key protection](identity-protection-advanced-credential-protection.md#-vbs-key-protection)
|
||||
- [Virtualization-based security enclaves](application-security-application-isolation.md#-virtualization-based-security-enclaves)
|
||||
- [Win32 app isolation](application-security-application-isolation.md#-win32-app-isolation)
|
||||
|
File diff suppressed because one or more lines are too long
@ -151,7 +151,7 @@ Windows protected print mode is designed to work with Mopria certified printers
|
||||
- [Windows protected print mode][LINK-10]
|
||||
- [New, modern, and secure print experience from Windows][LINK-11]
|
||||
|
||||
## Rust in Windows
|
||||
## :::image type="icon" source="images/new-button-title.svg" border="false"::: Rust in Windows
|
||||
|
||||
Rust is a modern programming language known for its focus on safety, performance, and concurrency. It was designed to prevent common programming errors such as null pointer dereferencing and buffer overflows, which can lead to security vulnerabilities and crashes. Rust achieves this through its unique ownership system, which ensures memory safety without needing a garbage collector.
|
||||
We're expanding the integration of Rust into the Windows kernel to enhance the safety and reliability of Windows' codebase. This strategic move underscores our commitment to adopting modern technologies to improve the quality and security of Windows.
|
||||
|
Reference in New Issue
Block a user