pub struct Marc8Decoder {}Expand description
A MARC-8 decoder for latin language text.
Info about decoding MARC-8 are scarce, but some sources were:
- https://en.wikipedia.org/wiki/MARC-8
- https://en.wikipedia.org/wiki/ANSEL
Auto Trait Implementations§
impl Freeze for Marc8Decoder
impl RefUnwindSafe for Marc8Decoder
impl Send for Marc8Decoder
impl Sync for Marc8Decoder
impl Unpin for Marc8Decoder
impl UnwindSafe for Marc8Decoder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more