list_flattener

Crates.iolist_flattener
lib.rslist_flattener
version0.3.0
sourcesrc
created_at2020-02-09 18:15:33.746552
updated_at2020-02-26 19:52:14.435014
descriptionParses and flattens lists of integer values
homepage
repositoryhttps://gitlab.com/dns2utf8/list_flattener
max_upload_size
id206779
size21,093
Stefan Schindler (dns2utf8)

documentation

README

list_flattener

Parses and flattens lists of integer values:

[[[[[[ 0x6 ]]], [[[[[ 0x500 ]]]]], 42_42]]] -> [6, 0x500, 4242]

Fuzzing

If you found a crash with make fuzz you can verify it with this command:

echo "[[42]" | make run
Commit count: 15

cargo fmt