Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add serde helpers for handling maps with quantity keys #1502

Open
mattsse opened this issue Oct 16, 2024 · 0 comments
Open

[Feature] Add serde helpers for handling maps with quantity keys #1502

mattsse opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mattsse
Copy link
Member

mattsse commented Oct 16, 2024

Component

serde

Describe the feature you would like

we already have helpers for handling vec

/// Serde functions for encoding a list of primitive numbers using the Ethereum "quantity" format.
///
/// See [`quantity`](self) for more information.
pub mod vec {

it can be useful to have the same for hashmaps/btreemaps with quantity key types

TODO

Additional context

No response

@mattsse mattsse added the enhancement New feature or request label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant