Skip to content

Commit 9c5fa83

Browse files
Update README to advertise the crash tests
1 parent 35e5396 commit 9c5fa83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ possible.
1414
This crate supports all major platforms, including: Unix systems, Windows, and
1515
WASI.
1616

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+
1724
## Motivation and Example
1825

1926
Consider the following snippet of code to write a configuration file in JSON

0 commit comments

Comments
 (0)