daoxide 0.1.1

High-performance Rust library for DAOS (Distributed Asynchronous Object Storage)
1
2
3
4
5
6
7
8
# Clippy linter configuration for daoxide
# See https://rust-lang.github.io/rustfmt/

msrv = "1.85"
cognitive-complexity-threshold = 25
too-many-arguments-threshold = 8
type-complexity-threshold = 500
doc-valid-idents = ["daoxide"]