wcampbell
wcampbell
GitHub added a *Used By* section on the right of the home page. https://github.com/sharksforarms/deku/network/dependents?package_id=UGFja2FnZS0zMjIwNTIzNjIz
Annnd it's on our end, tested: https://github.com/sharksforarms/deku/pull/246. ``` test impls::bool::tests::test_bool::case_1 ... error: Undefined Behavior: pointer arithmetic failed: 0x4d39df is not a valid pointer --> /home/wcampbell/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/ptr/mut_ptr.rs:469:18 | 469 | unsafe {...
This message has been changed on nightly: ``` test impls::bool::tests::test_bool::case_1 ... error: unsupported operation: integer-to-pointer casts and `ptr::from_exposed_addr` are not supported with `-Zmiri-strict-provenance` --> /home/wcampbell/.cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-0.22.3/src/ptr/span.rs:343:32 | 343 | ptr: NonNull::new_unchecked((ptr_data...
> Also saw this! Wanna give it a go? I may have time next week. I almost did it but realized there were some breaking API changes such as the...
Would this use the following method? https://docs.rs/bitvec/0.22.3/bitvec/slice/struct.BitSlice.html#method.align_to
Related: https://github.com/sharksforarms/deku/pull/106
Tracking issue: https://github.com/rust-lang/rust/issues/89379
> Could you show me an example of such a crate/project please? The following is an example of using deku attributes in another proc-macro library. If that is what you...
I've never used any logging crates, do you have one in mind?
Our usage wouldn't technically be `in-libraries`, since it's mostly emitted code.