I think I want to split the library into multiple parts.
I also want to if possible use a better name, twitch_api2 is only used because twitch_api was taken
e.g
come up with a name, say foo, and then
- twitch_types (this should probably be just that as it should be pretty generic)
- foo_helix
- foo_eventsub
- foo_pubsub
- foo_core
implements all "base" types used for above crates.
- foo
implements the rest, e.g clients and their actions
I think I want to split the library into multiple parts.
I also want to if possible use a better name,
twitch_api2is only used becausetwitch_apiwas takene.g
come up with a name, say
foo, and thenimplements all "base" types used for above crates.
implements the rest, e.g clients and their actions