pub fn is_prebuilt_binary() -> bool
Check if we are running from a pre-built binary (not from the source repo).
Returns true if this is a standalone/installed binary. Returns false if running from the source repository.
true
false