John

Results 8 comments of John

Thank you so much for the very detailed answer. This is great 👍 I'll use the implementation you suggested for U256 and wait for `datetime` to be released. Thank you!

Closing since 0.11.1 has been released! Thank you.

> It should be noted in docs, I agree and will close the issue after adding it. I'm also interested. Code example would be super nice.

@loyd There's convenient [U256](https://docs.rs/ethers-core/latest/ethers_core/types/struct.U256.html) and [I256](https://docs.rs/ethers-core/latest/ethers_core/types/struct.I256.html) here btw.

@loyd You're right, it is much bigger. If not integrate these types into this lib, any advise on how to use outside of the lib?

Thank you for the quick response. I seem to be doing the same, but continue having the exact same error. Is something like this supposed to work? ```rust use axum::Router;...

@jplatte Thanks for taking a look. Sorry, I accidentally used `route` instead of `nest` while typing that example. Adjusted it above. This is mostly my original setup, except instead of...