Shared libraries
Shared libraries
Posted Nov 26, 2025 3:24 UTC (Wed) by jhoblitt (subscriber, #77733)In reply to: Shared libraries by intelfx
Parent article: APT Rust requirement raises questions
It means that the flags package is part of go and it is always available. Since parsing cli arguments is extremely common, it is a no brainer for it to be included as part of the language. The rust equivalent is std::env::args.
