aboutsummaryrefslogtreecommitdiffstats
path: root/jid/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-25implement Clone for error typesLibravatar cel 🌸1-2/+2
2025-02-25implement Error for jid crate error typesLibravatar cel 🌸1-0/+12
2025-02-25feature gate sqlx for jid crateLibravatar cel 🌸1-8/+6
2025-02-25implement Into<Cow> for &JIDLibravatar cel 🌸1-16/+28
2025-02-24impl Eq and Hash for JIDLibravatar cel 🌸1-1/+1
2025-02-18database workLibravatar cel 🌸1-2/+44
2024-12-04use cargo workspaceLibravatar cel 🌸1-9/+0
2024-11-23switch to using peanuts for xmlLibravatar cel 🌸1-15/+13
2023-10-20WIP: refactor to parse incoming stream as state machineLibravatar cel 🌸1-0/+19
2023-07-11remove serde functionsLibravatar cel 🌸1-1/+1
2023-07-04horribleLibravatar cel 🌸1-7/+28
2023-06-16make JID struct etc. publicLibravatar cel 🌸1-6/+10
2023-06-13simplify domainpartLibravatar cel 🌸1-48/+3