Tags give the ability to mark specific points in history as being important
-
v1.0.7
8242e930 · ·v1.0.7 Adds support for event subscription Events are broken up between the Events and Error methods which will only create error or event struct allocations in the event that there is at least one listener. This new event subscription method allows for minimal allocations unless there is a listener and removes the `alog` dependency.