deprive

Crates.iodeprive
lib.rsdeprive
version0.2.1
sourcesrc
created_at2021-05-24 16:09:57.395305
updated_at2021-07-27 17:15:45.32227
descriptionTired of negative impls? Use deprive instead of derive!
homepagehttps://github.com/ambiso/deprive
repositoryhttps://github.com/ambiso/deprive
max_upload_size
id401461
size3,068
(ambiso)

documentation

https://docs.rs/deprive/

README

deprive

Docs

Tired:

struct X {}
impl !Send for X {}
impl !Sync for X {}

Wired:

#[deprive(Send, Sync)]
struct X {}
Commit count: 11

cargo fmt