jam1garner

Results 39 issues of jam1garner

Unlike the count attribute, which is limited to supporting `Vec`, the count helper function works for any type which implements `FromIterator`. Upsides: * Less magic implementation, more type safe *...

enhancement

Purely out of curiosity of how an implementation would feel, I implemented a `dbg` directive. To explain, here's the documentation for it: --- The `dbg` directive prints out information to...

The br(dbg) attribute was an attribute I proposed a while back that never actually landed on master. I would still be interested in it, and for the most part the...

enhancement
good first issue
has instructions

In order to pass arguments to the input being passed to a top-level map function this is necessary. ```rust #[derive_binread] #[br(import { b: u64 })] struct SomeOtherStruct { // ......

enhancement

* [x] `binread::io::Read` doesn't imply `std::io::Read`, so `binread::io::Read` doesn't play nicely with escape-hatches (jam1garner/binread#23) * Should be fixed by b280c760 * [ ] helper types aren't shared between crates, so...

Tracking issue for figuring out how attributes will translate into the binread/binwrite merge. The main focus being which binread attributes should "just work", which can be accessible for both but...

People have been observing the following issue with the custom toolchain: ``` no such subcommand: +skyline-v3 ``` Since `cargo-skyline` uses rustup toolchain selectors under the hood I presume the rustup...

The main use I'd have for this crate is to version config files (as described in the readme) but there doesn't currently appear to be a mechanism for attempting to...

The arch community package for ghidra (and, to my understanding, the ghidra-git and ghidra-dev packages as well) includes a symlink from `/usr/bin/ghidra` to `ghidraRun` (which is not itself in PATH)....