-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
Given https://git.sr.ht/~stygianentity/bincode:
"...bincode development has officially ceased and will not resume. Version 1.3.3 is considered a complete version of bincode that is not in need of any updates..."
Will syntect use another crate to replace bincode?
Lines 19 to 24 in f329b32
| #[cfg(feature = "dump-load")] | |
| use bincode::deserialize_from; | |
| #[cfg(feature = "dump-create")] | |
| use bincode::serialize_into; | |
| use bincode::Result; | |
| #[cfg(feature = "dump-load")] |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels