Skip to content

Instantly share code, notes, and snippets.

View Jules-Bertholet's full-sized avatar

Jules Bertholet Jules-Bertholet

View GitHub Profile

Keybase proof

I hereby claim:

  • I am Jules-Bertholet on github.
  • I am jules_bertholet (https://keybase.io/jules_bertholet) on keybase.
  • I have a public key whose fingerprint is 305F 50AD 1B69 2E94 73AA 031E 3203 4DAF C38C 1BFC

To claim this, I am signing this object:

@Jules-Bertholet
Jules-Bertholet / old_variadic.md
Created June 29, 2023 16:00
Variadics old.md
@Jules-Bertholet
Jules-Bertholet / rate-limit.rs
Last active May 12, 2023 03:51
`spacedustrs` rate limit
use std::{
cmp,
str::FromStr,
sync::{
atomic::{self, AtomicU16},
Arc,
},
time::Duration,
};