Brandon

Results 5 issues of Brandon

# Why Currently one can only convert arrays up to a certain limit (32) to an IVec, with this change one can convert from arbitrary arrays. ```rust fn main() {...

feature

Note: to include all crates in the Theseus workspace, pass `--workspace` to the cargo command. This works for us: ``` cargo clean cargo clippy -Z build-std=core,alloc -Z build-std-features=compiler-builtins-mem --target cfg/x86_64-theseus.json...

help wanted
tracking

Many files have inconsistent formatting which can make it harder to understand the code. Running rustfmt on all files would ensure that the formatting is consistent.

help-wanted
minor
tracking

To fix #35 My editor auto formatted (with rustfmt) the files on save but the (non-whitespace/formatting) changes are quite small. I have finished `unwrap_or*` methods and now I'll work on...

This is the code I am using ([full link](https://git.cryptid.cc/lost/cmg/src/commit/cc271fd278895a904c4ba71debdc8e78f0a1fe25/src/cli.rs)): ```rust #[derive(FromArgs, PartialEq, Debug)] #[argh( description = "used to search for crackmes (WARNING: Only gets first page of results)", subcommand, name...