fuzzcheck_serializer

Crates.iofuzzcheck_serializer
lib.rsfuzzcheck_serializer
version0.6.0
sourcesrc
created_at2020-06-06 14:37:57.748486
updated_at2021-02-20 10:35:47.487792
descriptionBasic serializers to use with fuzzcheck-rs
homepage
repositoryhttps://git.sr.ht/~loic/fuzzcheck-rs
max_upload_size
id250703
size6,516
Loïc Lecrenier (loiclec)

documentation

README

fuzzcheck_serializer

This crate provides implementations of the Serializer trait defined by fuzzcheck.

There are currently two choices:

  1. ByteSerializer serializes a Vec<u8> by directly writing the bits to a file. You can choose the file extension.
  2. SerdeSerializer uses serde and serde_json to serialize any serde-Serializable type to a json file. Accessible through the serde-json feature.
  3. JsonSerializer is a lightweight alternative to SerdeSerializer that uses the json and decent-serde-json-alternative crates. Accessible through the serde-json-alternative feature.
Commit count: 0

cargo fmt