This website requires JavaScript.
Explore
Help
Sign in
kemitix
/
git-next
Watch
1
Star
1
Fork
You've already forked git-next
1
Code
Issues
17
Pull requests
3
Projects
1
Releases
41
Packages
2
Wiki
Activity
Actions
0fd33739c1
git-next
/
crates
/
config
/
src
/
branch_name.rs
3 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: start to use newtype macro
2024-06-16 08:00:43 +01:00
// The name of a Branch
refactor: config: use newtype
2024-06-19 07:02:18 +01:00
crate
::
newtype!
(
BranchName
is
a
String
,
derive_more
::
Display
,
Default
)
;
Reference in a new issue
Copy permalink