Debug: skip illegal page instead of panicking
Dependencies
- [2]
HMWFIUDSSupport for large values + endianness bugs - [3]
T7QB6QEPAdding debug.rs - [4]
LSQ6V7M6Cleanup + docs
Change contents
- replacement in sanakirja/src/debug.rs at line 102
pages.push(unsafe { txn.load_page(l).unwrap() });if let Ok(page) = unsafe { txn.load_page(l) } {pages.push(page);}