flashlog 0.2.0

A fast logging library for Rust
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0]

 - report level load optimization (todo)
 - lazy string interned (todo)
 - log_info, log_debug, etc, deprecated (todo)
 = `topic` and `message` are base keys in Json output

## [0.1.5] - 2024-09-12

 - dropping the guard also flushes
 - Some minor changes in docs and README
 
## [0.1.3] - 2024-09-12

 - hot fix: now console and file report are both an option
 
## [0.1.1] - 2024-08-29

### Fixed

- Corrected GitHub repository URL in project metadata

## [0.1.0] - 2024-08-29

### Added

- Initial release of the crate