Skip to content

Release version 0.1.2

Compare
Choose a tag to compare
@daboross daboross released this 02 Jan 00:57
· 378 commits to main since this release

This version adds type aliases BoxedLogger and ArcLogger, which resolve to Box<Logger + Sync + Send> and sync::Arc<Box<Logger + Sync + Send>> respectively.