xuko
Pyu's mega library.
Just about anything I'd need will be here.
Heavier features are behind feature flags.
Current version: 0.2.0
Modules
Modules that cannot be disabled with feature flags:
array: Provides a variable length array.bytes: Provides reference counted byte buffers.path: Provides path manipulation utilities.color: Color types
Optional modules that can be disabled:
packet: Generic packet format supporting anything that can implementsSerializeandDeserialize.transport: Optionally compressed byte buffers meant for transporting large blobs of data across the network.profiling: ProvidesProfilestructure to measure how long it takes to perform a task.ecs: Entity component system
Feature Flags
serde: serde support, required bypacket module.async: async support using smol.