Autumn (Bee)
Autumn (Bee)
> > Due to how the z85 crate works, the decoding fails whenever the input strings length is not a multiple of 5. > > That's how it's supposed to...
cargo lint and cargo clippy are failing
Hey! Continuing from Discord Can you please add the functionality of these 2 items to make it more accessible? :) https://github.com/gchq/CyberChef/pull/1360 and this feature request https://github.com/gchq/CyberChef/pull/1409 Also on mobile if...
cargo fmt fails :(
Ahhhh looks like it's _just_ clippy left!! :) ``` error: this is an outer doc comment and does not apply to the parent module or crate Error: --> src/decoders/ascii85_decoder.rs:1:1 |...
We should prioritise this :)
We can do this using Cargo Workspaces https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
I am working on this! So far I have split Ares into two, but I need to rename the packages and make sure that the CLI can use the library....
Please
> Hi @bee-san, > > Your idea to support recursive ingestion from all sub-directories can enhance the flexibility of our tool. > > To implement this, we could utilize the...