Skip to content
  • Thomas Mühlbacher's avatar
    zb: Assert auto trait impls for pub items · 29e74e86
    Thomas Mühlbacher authored
    Helps with making sure that no accidental API breaks happen using the
    `assert_impl_all` from the `static_assertions` crate.
    
    These asserts will need to be added to all new public items.
    
    Closes #140.
    29e74e86