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
288c20c24b
git-next
/
crates
/
config
/
src
/
branch_name.rs
2 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
refactor: update macro signatures and add documentation support
2024-06-29 14:56:20 +01:00
crate
::
newtype!
(
BranchName
:
String
,
derive_more
::
Display
,
Default
:
"
The name of a Git branch
"
)
;
Copy permalink