pub fn save_entries_v3<P>(
entries: &[DictEntry],
path: P,
) -> Result<(), DictError>Expand description
Write entries as an MKE3 file at path.
ยงErrors
Returns DictError::Io on write failure, or DictError::Format when
the entry count or surface length exceeds supported limits.