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 35e5396 commit 9c5fa83Copy full SHA for 9c5fa83
README.md
@@ -14,6 +14,13 @@ possible.
14
This crate supports all major platforms, including: Unix systems, Windows, and
15
WASI.
16
17
+**This crate is throughly tested to ensure the integrity of the files it
18
+creates.** In particular, it ships with tests that simulate kernel panics on
19
+Linux and check the file contents afterwards. You can see those tests in action
20
+on the [dedicated GitHub workflow].
21
+
22
+[dedicated GitHub workflow]: https://github.com/andreacorbellini/rust-atomic-write-file/actions/workflows/crash-tests.yml
23
24
## Motivation and Example
25
26
Consider the following snippet of code to write a configuration file in JSON
0 commit comments