Plebshot

Results 5 issues of Plebshot

As title says, i'm trying to get the FilterMap type into scope to store one in a struct. It does not seem to exist on any imports although the source...

Hello, I am running into issues trying to convert an arbitrarily large `BigUint` into a fixed size [`crypto_bigint::Uint`](https://docs.rs/crypto-bigint/latest/crypto_bigint/struct.UInt.html) (Specifically, I'm working with [`p384`](https://docs.rs/p384/latest/p384/) elliptic curve). To ensure the number fits...

## Motivation I was using an `EnvFilter` within a `tracing_subscriber::reload` layer, to be able to change the filter at runtime via a config file. Here, I let the deserialization take...

## Problem I'm having an issue with the fact that mock assertions are exclusively verified on drop. In particular, if the mock is behind an Arc that is used in...

First off: Amazing project. We've been looking something like this for a while. I have a small question and a possible usage enhancement idea. I tried to use some code...