equal
deleted
inserted
replaced
1 pub const MAGIC_NUMBER: u64 = 0xABCD_EFAB; |
1 pub const MAGIC_NUMBER: u64 = 0xABCD_EFAB; |
|
2 |
|
3 pub mod ffi; |
|
4 pub mod other_mod; |
2 |
5 |
3 #[derive(Debug)] |
6 #[derive(Debug)] |
4 #[repr(C)] |
7 #[repr(C)] |
5 pub struct Point { |
8 pub struct Point { |
6 x: u64, |
9 x: u64, |