base64id 0.4.1

Efficiently represent 64, 32 and 16 bit integers as base64url strings
Documentation
1
2
3
4
5
6
use base64id::Base64Id;

#[derive(Base64Id)]
struct MyId(i64);

fn main() {}