goldenfile 1.11.0

Simple goldenfile testing library
Documentation
1
2
3
4
5
use static_assertions::assert_impl_all;

use goldenfile::Mint;

assert_impl_all!(Mint: Send, Sync);