A highly-optimized library for atproto DIDs.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix bench imports

+2 -2
+1 -1
benches/parse.rs
··· 1 1 use std::str::FromStr; 2 2 3 - use atproto_did::Did; 3 + use ratproto_did::Did; 4 4 use criterion::{BenchmarkId, Criterion, Throughput, criterion_group}; 5 5 use rand::prelude::*; 6 6
+1 -1
benches/to_string.rs
··· 1 1 use std::str::FromStr; 2 2 3 - use atproto_did::Did; 3 + use ratproto_did::Did; 4 4 use criterion::{BenchmarkId, Criterion, Throughput, criterion_group}; 5 5 use rand::prelude::*; 6 6