LIHPC-Computational-Geometry / coupe

the concurrent partitioner
https://LIHPC-Computational-Geometry.github.io/coupe/
Apache License 2.0
13 stars 3 forks source link

Follow Rust API checklist #176

Open cedricchevalier19 opened 2 years ago

cedricchevalier19 commented 2 years ago

from https://rust-lang.github.io/api-guidelines/checklist.html

hhirtz commented 2 years ago

Thanks to linting and CI we can already tick off C-CASE

Also some items we just don't expose and I don't think CI could help us:

Also all structs are already Send and Sync, so C-SEND-SYNC can be ticked off too.