Crates.io | list_flattener |
lib.rs | list_flattener |
version | 0.3.0 |
source | src |
created_at | 2020-02-09 18:15:33.746552 |
updated_at | 2020-02-26 19:52:14.435014 |
description | Parses and flattens lists of integer values |
homepage | |
repository | https://gitlab.com/dns2utf8/list_flattener |
max_upload_size | |
id | 206779 |
size | 21,093 |
Parses and flattens lists of integer values:
[[[[[[ 0x6 ]]], [[[[[ 0x500 ]]]]], 42_42]]]
-> [6, 0x500, 4242]
If you found a crash with make fuzz
you can verify it with this command:
echo "[[42]" | make run