git-next/crates/config/src/host_name.rs

3 lines
123 B
Rust
Raw Normal View History

2024-06-16 08:00:43 +01:00
// The hostname of a forge
crate::newtype!(Hostname: String, derive_more::Display, Default: "The hostname for the forge");