v3.0.0
What's Changed
- Multi key support #102
- Attributes like
#[serial(one, two)]
are now supported (for all attributes) - This is a breaking change, as
file_serial
paths now need to be done separately#[file_serial(key, path => "/tmp/foo")]
- Attributes like
- Attributes at a mod-level #104
- You can set any of the attributes on a
mod
and all#[test]
fn's in that mod will have the attribute applied.
- You can set any of the attributes on a
Full Changelog: v2.0.0...v3.0.0