Skip to content

Commit 0ac5d68

Browse files
committed
add statement about null-free API
1 parent c8a3029 commit 0ac5d68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • docs/src/content/docs/architecture

docs/src/content/docs/architecture/goals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ FastCSV is designed to be robust and reliable. [Thoroughly tested](https://app.c
3838
it ensures a high level of stability.
3939
[PIT mutation testing](https://pitest.org) is used to ensure the quality of the tests.
4040

41+
While FastCSV accepts null inputs for certain and documented methods, it does not return null values in any of its public APIs.
42+
4143
## Security
4244

4345
FastCSV is designed to be secure.

0 commit comments

Comments
 (0)