Join Nostr
2026-02-14 03:59:59 UTC

second on Nostr: Small Rust API design lesson from Bark development: if your top-level functions are ...

Small Rust API design lesson from Bark development: if your top-level functions are just thin wrappers around methods on a struct, they shouldn't exist. Put the logic where it belongs.