BurntSushi / same-file

Cross platform Rust library for checking whether two file paths are the same file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure `Handle` is `Send + Sync`

KodrAus opened this issue · comments

Relevant API Guideline

Add assert_send / assert_sync methods and test Handle to make sure it stays Send + Sync.

See the API Guideline for an example of how to do this.