Jeff Smits

Results 9 issues of Jeff Smits

I just read your [blog post](https://jam1.re/blog/binread-a-declarative-rust-binary-parsing-library) and bit of the docs. This crate looks really cool! Can you document a bit about the memory behaviour of the generated code? For...

enhancement

I saw [another crate](https://github.com/phsym/prettytable-rs) use a badge for test coverage using a service called [Coveralls](https://coveralls.io). I have no experience with them, but it looks nice. Might be a good idea...

This is the big feature I've been working on. I would link you to the branch, but my modem is broken and I forgot to bring the code/laptop to work....

They should just be called by their "standard" name, they're not so confusing once you know them and those who don't know them will learn. Non-standard names is not going...

enhancement

This looks like an awesome project, thanks for working on this and publishing it as open source software! 😄 I'm really happy to see this because I'm interested in LLVM-to-JVM...

I've noticed that FxHash(Map/Set) is also available in https://github.com/rust-lang/rustc-hash. How do the two crates relate? It looks like the same name/description. Which one should be preferred?

I love OpenDyslexic and would like to use it for code, but the bolded mono is wider than the normal mono font. So syntax highlighting that uses bolding makes the...

Consider moving to a task-based API?

I'm using `bitfield` combined with [`varlen`](https://docs.rs/varlen/latest/varlen/index.html), which allows `const` expressions over fields to be used to compute lengths of arrays. Would it be possible to generate `const fn` getters for...