alpha
Login
or
Join now
aly.codes
/
microcosm-rs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
microcosm-rs
/
constellation
/
src
/
server
/
at
da7c7bedcdbe8b23353ffd043c20253dead32ffd
3 files
mxngls
Address feedback from fig
6mo ago
2dde6d90
acceptable.rs
microcosm link aggregator is called constellation
2 years ago
filters.rs
fix remaining vercel links -> pdsls.dev fuck vercel
11 months ago
mod.rs
Address feedback from fig Most importantly we transformed the composite cursor into an `Option<(u64, u64)>`. This removes a couple of invalid cursor combinations automatically: if the composite cursor is provided it can be reasonable expected that both parts are present and valid (especially considering that we're the ones building the cursor in the first place). When this is not the case we bail early. In addition, we removed the redundant base64 dependency (the `OpaqueApiCursor` handles the url-safe hex-encoded representation, and addressed some minor instances where we could have written some parts in a more idiomatic way. No tests were changed and all tests still pass.
6 months ago