err returns for series methods

This commit is contained in:
Vinzenz Schroeter 2024-11-12 19:37:21 +01:00
parent 7a23fcb54b
commit 98901f4479
5 changed files with 89 additions and 30 deletions

View file

@ -12,3 +12,6 @@ version = "0.10.0"
[workspace.lints.rust]
missing-docs = "warn"
[workspace.dependencies]
thiserror = "1.0.69"