AFLplusplus / AFLplusplus/LibAFL

Replace bincode with postcard (or vice versa)

Open
#3,273 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
2.6k
Forks
481
Avg merge
2d 30m
Merged PRs (30d)
16

Description

We have two serializer libraries that do pretty much the same (fast no-std-ready serialization): [bincode](https://crates.io/crates/bincode) and [postcard](https://crates.io/crates/postcard).
Most things in LibAFL use postcard right now, except for concolic.

We should remove bincode - unless it's more performant, then we should move everything to it and remove postcard.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.