allow public uses of structs; add sample program
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub struct Position {
|
||||
pub(crate) x: u8,
|
||||
pub(crate) y: u8,
|
||||
pub x: u8,
|
||||
pub y: u8,
|
||||
}
|
||||
|
||||
impl From<String> for Position {
|
||||
|
||||
Reference in New Issue
Block a user