We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a3029 commit 0ac5d68Copy full SHA for 0ac5d68
1 file changed
docs/src/content/docs/architecture/goals.md
@@ -38,6 +38,8 @@ FastCSV is designed to be robust and reliable. [Thoroughly tested](https://app.c
38
it ensures a high level of stability.
39
[PIT mutation testing](https://pitest.org) is used to ensure the quality of the tests.
40
41
+While FastCSV accepts null inputs for certain and documented methods, it does not return null values in any of its public APIs.
42
+
43
## Security
44
45
FastCSV is designed to be secure.
0 commit comments