Use $crate in direct_repr macro
Dependencies
- [2]
KK3SBH4PAdding sanakirja-core-async - [3]
76S6EF7UChanges in the `Storable` trait (write_to_page now takes a transaction) - [4]
OP6SVMODResetting history - [5]
WS4ZQM4RDebugging, tests, etc. - [6]
OTWDDJE7Trait/type cleanup - [7]
CCNPHVQCCleanup, comments, renaming - [8]
QYDGYIZRSplit trait Representable into its mandatory part and an optional part - [9]
H3FVSQIQUnsized pages
Change contents
- replacement in sanakirja-core/src/lib.rs at line 81
impl Storable for $t {impl $crate::Storable for $t { - replacement in sanakirja-core/src/lib.rs at line 90
impl UnsizedStorable for $t {impl $crate::UnsizedStorable for $t { - replacement in sanakirja-core/src/lib.rs at line 106
unsafe fn write_to_page<T: AllocPage>(&self, _: &mut T, p: *mut u8) {unsafe fn write_to_page<T: $crate::AllocPage>(&self, _: &mut T, p: *mut u8) { - replacement in sanakirja-core-async/src/lib.rs at line 80
impl Storable for $t {impl $crate::Storable for $t { - replacement in sanakirja-core-async/src/lib.rs at line 89
impl UnsizedStorable for $t {impl $crate::UnsizedStorable for $t {