# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Utils
A collection of helpful utility functions in Golang.
Features
- assert - Assert test cases to write better test code.
- channels - Generate, Merge, Process, Multiplex and Drain channels by using generics.
- engine - Provide an Engine, Systems and Plugins to structure projects more effectively.
- entity - Provide Entity and Components to create data-driven systems.
- message - Send messages from a Producer to one to many Consumers via a Bus.
- resources - Read and Write files from the file system by using generics.
- run - Main and Safe enables C-library calls to the main OS thread.
- soa - Pack and Unpack data structures by using generics.