This website requires JavaScript.
Explore
Help
Sign in
cossmass
/
git-next
Watch
1
Star
0
Fork
You've already forked git-next
0
forked from
kemitix/git-next
Code
Pull requests
Activity
0fd33739c1
git-next
/
crates
/
config
/
src
/
host_name.rs
3 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: start to use newtype macro
2024-06-16 08:00:43 +01:00
// The hostname of a forge
refactor: config: use newtype
2024-06-19 07:02:18 +01:00
crate
::
newtype!
(
Hostname
is
a
String
,
derive_more
::
Display
,
Default
)
;
Copy permalink