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

3 lines
97 B
Rust
Raw Normal View History

2024-06-16 08:00:43 +01:00
// The hostname of a forge
2024-06-19 07:02:18 +01:00
crate::newtype!(Hostname is a String, derive_more::Display, Default);