Nassim Eddequiouaq

Results 2 issues of Nassim Eddequiouaq

Hey! We're currently running into the following (as expected) on big-endian machines: ``` | 10 | / compile_error!( 11 | | r#" 12 | | This crate doesn't support big-endian...

**Describe the bug** Trying to have `rust-prometheus` as a dependency on `powerpc-unknown-linux-gnu` 32-bits, which yields the following: `unresolved imports std::sync::atomic::AtomicI64, std::sync::atomic::AtomicU64` These are not defined on this architecture. **Expected behavior**...