You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crates in this repo already directly use libc and do not really need the crossplatform guarantees that the gethostname crate provides. It might be a good idea to have a vendored safe implementation wrapping libc:gethostname instead.
The crates in this repo already directly use
libcand do not really need the crossplatform guarantees that thegethostnamecrate provides. It might be a good idea to have a vendored safe implementation wrappinglibc:gethostnameinstead.