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
rust: Add Svix::with_token to allow changing api token
Constructing a new `Svix` client performs TLS initialization,
which can be expensive (openssl needs to read certs from disk).
The new `with_token` method allows changing the api token while
re-using the Hyper client, which avoids performing disk io.
0 commit comments