We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1e73d commit 2b9e505Copy full SHA for 2b9e505
src/doc/rustc/src/exploit-mitigations.md
@@ -1,5 +1,14 @@
1
# Exploit Mitigations
2
3
+This chapter describes exploit mitigations supported by the Rust compiler,
4
+and is by no means an extensive survey of the Rust programming language’s
5
+security features.
6
+
7
+This chapter is for software engineers working with the Rust programming
8
+language, and assumes prior knowledge of the Rust programming language and
9
+its toolchain.
10
11
12
## Introduction
13
14
The Rust programming language provides memory[1] and thread[2] safety
0 commit comments