{"id":21665840,"url":"https://github.com/smalls1652/atprotolib-rs","last_synced_at":"2025-10-06T21:31:50.819Z","repository":{"id":264073009,"uuid":"892279450","full_name":"Smalls1652/atprotolib-rs","owner":"Smalls1652","description":"Rust library for ATProtocol types","archived":false,"fork":false,"pushed_at":"2024-12-20T16:09:10.000Z","size":188,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T20:20:27.997Z","etag":null,"topics":["atproto","atprotocol","rust","rust-lang","rust-library"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Smalls1652.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-21T20:25:21.000Z","updated_at":"2024-12-20T16:09:13.000Z","dependencies_parsed_at":"2024-12-16T15:41:54.357Z","dependency_job_id":"54281cd3-d2d3-42fb-808d-f2b2ce22368f","html_url":"https://github.com/Smalls1652/atprotolib-rs","commit_stats":null,"previous_names":["smalls1652/atprotolib-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smalls1652%2Fatprotolib-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smalls1652%2Fatprotolib-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smalls1652%2Fatprotolib-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smalls1652%2Fatprotolib-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Smalls1652","download_url":"https://codeload.github.com/Smalls1652/atprotolib-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235552915,"owners_count":19008490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atproto","atprotocol","rust","rust-lang","rust-library"],"created_at":"2024-11-25T11:18:01.011Z","updated_at":"2025-10-06T21:31:45.373Z","avatar_url":"https://github.com/Smalls1652.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `atprotolib-rs` [![GitHub build status](https://github.com/Smalls1652/atprotolib-rs/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Smalls1652/atprotolib-rs/actions/workflows/build.yml) [![Forgejo build status](https://git.smalls.online/smalls/atprotolib-rs/badges/workflows/build.yml/badge.svg?branch=main)](https://git.smalls.online/smalls/atprotolib-rs/actions?workflow=build.yml) [![MIT license](https://badgen.net/static/License/MIT/blue)](./LICENSE)\n\n\u003e [!WARNING]\n\u003e This is not being actively maintained in **this repo** for the time being. A more up-to-date version can be found in my [Smalls1652/fediproto-sync](https://github.com/Smalls1652/fediproto-sync) project. When things get stable on that end, I'll be moving this library back to this repo.\n\n\u003e [!WARNING]\n\u003e This is a work in progress and is not yet ready for use.\n\nA Rust library for various [ATProtocol](https://atproto.com/) (Used by [BlueSky](https://bsky.social/about)) API/Lexicon types.\n\n## 📋 API/Lexicon types implemented\n\n\u003e [!NOTE]\n\u003e Even if a specific namespace is marked as implemented, there might still be some missing types. Likewise, some types might not be mapped correctly.\n\n### `app.bsky`\n\n- [x] `app.bsky.actor`\n- [x] `app.bsky.embed`\n- [x] `app.bsky.feed`\n- [x] `app.bsky.graph`\n- [x] `app.bsky.labeler`\n- [x] `app.bsky.notification`\n- [x] `app.bsky.richtext`\n- [ ] `app.bsky.unspecced`\n- [x] `app.bsky.video`\n\n### `chat.bsky`\n\n- [ ] `chat.bsky.actor`\n- [ ] `chat.bsky.convo`\n- [ ] `chat.bsky.moderation`\n\n### `com.atproto`\n\n- [x] `com.atproto.admin` _(Partial)_\n- [x] `com.atproto.identity`\n- [x] `com.atproto.label`\n- [x] `com.atproto.moderation`\n- [x] `com.atproto.repo`\n- [x] `com.atproto.server` _(Partial)_\n- [x] `com.atproto.sync`\n- [ ] `com.atproto.temp`\n\n### `tools.ozone`\n\n- [ ] `tools.ozone.communication`\n- [ ] `tools.ozone.moderation`\n- [ ] `tools.ozone.server`\n- [ ] `tools.ozone.set`\n- [ ] `tools.ozone.setting`\n- [ ] `tools.ozone.signature`\n- [ ] `tools.ozone.team`\n\n## 🗂️ Dependencies used\n\n- [`chrono`](https://crates.io/crates/chrono)\n- [`serde`](https://crates.io/crates/serde)\n- [`serde_json`](https://crates.io/crates/serde_json)\n\n### With the `apicalls` feature\n\n- [`reqwest`](https://crates.io/crates/reqwest)\n\n## 🤝 License\n\nThe source code for this project is licensed with the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmalls1652%2Fatprotolib-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmalls1652%2Fatprotolib-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmalls1652%2Fatprotolib-rs/lists"}