1
0
Fork 0
🦋 AT Protocol and Bluesky things for Rust.
Go to file
syui 9902f54196
rm
2024-03-13 20:17:12 +09:00
.github/workflows add 2024-03-13 19:48:34 +09:00
examples add 2024-03-13 19:48:34 +09:00
src fix 2024-03-13 19:59:55 +09:00
.gitignore add 2024-03-13 19:48:34 +09:00
Cargo.toml add 2024-03-13 19:48:34 +09:00
Justfile add 2024-03-13 19:48:34 +09:00
LICENSE add 2024-03-13 19:48:34 +09:00
openapi.json fix 2024-03-13 19:59:55 +09:00
readme.md fix 2024-03-13 19:59:55 +09:00

readme.md

atproto-sdk-rust

$ just test

example

$ export ATPROTO_BASE_URL=https://bsky.social
$ just test-full

openapi

$ libninja gen --lang rust --repo lib/atproto -o . Atproto openapi.json

ref