git-next/crates/config/src/host_name.rs
Paul Campbell 717cc8b0bc
Some checks failed
ci/woodpecker/push/tag-created Pipeline is pending
ci/woodpecker/push/cron-docker-builder Pipeline was successful
Rust / build (push) Has been cancelled
ci/woodpecker/push/push-next Pipeline was successful
refactor: update macro signatures and add documentation support
2024-06-29 18:26:19 +01:00

2 lines
123 B
Rust

// The hostname of a forge
crate::newtype!(Hostname: String, derive_more::Display, Default: "The hostname for the forge");