Skip to content

Commit 41f7930

Browse files
committed
feat(direction): #[derive(...)] for Direction4
1 parent ae1e2e4 commit 41f7930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/direction.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
12
pub enum Direction4 {
23
Up,
34
Right,

0 commit comments

Comments
 (0)