bee-san/Ares

[BUG] Not all decoders who can fail, fail

オープン

#159 opened on 2022/12/22

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (45 件のフォーク)github user discovery
buggood first issue

Repository metrics

Stars
 (871 個のスター)
PR merge metrics
 (平均マージ 1m) (30d で 6 merged PRs)

説明

Some of our decoders (the one I know about being base64) can fail in other languages (python), but do not in Rust. It is essential we make them fail as it reduces the cardinality of our search algorithm, thus speeding the program up significantly.

コントリビューターガイド