alpha
Login
or
Join now
zicklag.dev
/
mlf
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A human-friendly DSL for ATProto Lexicons
Star
1
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
1
Pipelines
mlf
/
mlf-codegen
/
at
main
2 folders
1 file
stavola.xyz
Hoist shared deps to [workspace.dependencies]
3mo ago
59f4fdf4
examples
Extract mlf-atproto plumbing crate Split protocol-level primitives (DID/NSID/DNS identity resolution, generic XRPC HTTP client, session management, record CRUD wrappers, client-side DAG-CBOR CID computation) out of mlf-lexicon-fetcher into a new mlf-atproto crate. The fetcher is refactored to consume it; its public API is preserved. This is the plumbing foundation for mlf-publish, mlf-plugin-host, and the DNS provider plugin binaries.
3 months ago
src
Extract mlf-atproto plumbing crate Split protocol-level primitives (DID/NSID/DNS identity resolution, generic XRPC HTTP client, session management, record CRUD wrappers, client-side DAG-CBOR CID computation) out of mlf-lexicon-fetcher into a new mlf-atproto crate. The fetcher is refactored to consume it; its public API is preserved. This is the plumbing foundation for mlf-publish, mlf-plugin-host, and the DNS provider plugin binaries.
3 months ago
Cargo.toml
Hoist shared deps to [workspace.dependencies] Moves third-party deps used by more than one crate into the workspace table. Members reference them with '<name>.workspace = true' (or the extended form when they need extra features), so version bumps happen in one place. Single-use deps stay in their member Cargo.toml.
3 months ago