Nostr'a Katılın
2025-08-30 01:43:02 UTC
in reply to

nytpu on Nostr: They didn't want to build dynamic libraries but then *also* still have to include a ...

They didn't want to build dynamic libraries but then *also* still have to include a full copy of the source code; AFAIK their current Rust library packages are just the source code (like Lisp) that then gets statically linked by any Rust binary packages (although for Rust libraries with exported C APIs they presumably include prebuilt versions for non-Rust packages to depend on)