Ryan Gorup
Ryan Gorup
I got around this by having the name of the field have the word pub in the field name, e.g. ``` s.field("pub num", "usize"); ``` But yeah, +1 to having...
Got it, so the method takes in the Headers struct, add the idem key to this headers struct. Will do soon(TM)
So looking into this, one thing that I see being a problem is that this field needs to be unique per request. To use the `headers` struct and the `with_headers`,...
I can take a look at this!
I just did pretty much an entire re-write of the logic, so a lot of the old comments don't apply. - Addressed the invariant situation - Tried to add better...