Formatting L64 as the L64(platform-native integer) instead of L64(little-endian integer)
Dependencies
Change contents
- replacement in sanakirja/src/lib.rs at line 145
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]#[derive(Clone, Copy, PartialEq, Eq, Hash)] - edit in sanakirja/src/lib.rs at line 147
impl std::fmt::Debug for L64 {fn fmt(&self, fmt: &mut std::fmt::Formatter) -> std::fmt::Result {write!(fmt, "L64({})", u64::from_le(self.0))}} - replacement in sanakirja/src/lib.rs at line 242
self.0.fmt(fmt)u64::from_le(self.0).fmt(fmt)