Support simd_json (#105)
This PR adds support for the simd-json library whenever decoding or encoding JSON responses. This may be enabled independently of serenity and twilight support for SIMD acceleration. Co-authored-by: Kyle Simpson <kyleandrew.simpson@gmail.com>
This commit is contained in:
committed by
Kyle Simpson
parent
8cc7a22b0b
commit
cb0a74f511
@@ -15,6 +15,8 @@ The library offers:
|
||||
* And, by default, a fully featured voice system featuring events, queues, RT(C)P packet
|
||||
handling, seeking on compatible streams, shared multithreaded audio stream caches,
|
||||
and direct Opus data passthrough from DCA files.
|
||||
* To be able to use `simd-json` from serenity, you will need to enable the `simdjson`
|
||||
feature on both songbird and serenity.
|
||||
|
||||
## Intents
|
||||
Songbird's gateway functionality requires you to specify the `GUILD_VOICE_STATES` intent.
|
||||
|
||||
Reference in New Issue
Block a user