A terminal-only Bluesky / AT Protocol client written in Fortran, with a asm/Rust native firehose decoder for the relay-raw stream. DM slide support. Dither image composer. Yes, that Fortran www.patreon.com/FormerLab
rust atproto fun fortran assembly
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: bumped minimum Rust version to 1.78 (Cargo.lock v4)

FormerLab ed9d2a6c d11debe7

+1 -1
+1 -1
README.md
··· 67 67 68 68 ### Rust toolchain 69 69 70 - Requires rustc >= 1.70. Install via [rustup](https://rustup.rs) if not present: 70 + Requires rustc >= 1.78 (Cargo.lock v4). Latest stable recommended. Install via [rustup](https://rustup.rs) if not present: 71 71 72 72 ```bash 73 73 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh