Skip to content

Replacement for bincode as a dep? #606

@nazmulidris

Description

@nazmulidris

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?

syntect/src/dumps.rs

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")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions