You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
Implement / parse guild and user experiments, specifically in the ready payload
See:
/// User experiment rollouts for the user////// TODO: Make User Experiments into own struct// Note: this is a pain to parse! We need a way to parse arrays into structs via the index of// their feilds//// ex: [4130837190, 0, 10, -1, 0, 1932, 0, 0]// needs to be parsed into a struct with fields corresponding to the first, second.. value in// the arraypub experiments:Vec<serde_json::value::Value>,
A custom serde Deserialize implementation is likely needed