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 a borrowed JsonAbi #137

Open
DaniPopes opened this issue Jun 22, 2023 · 0 comments
Open

[Feature] Add a borrowed JsonAbi #137

DaniPopes opened this issue Jun 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@DaniPopes
Copy link
Member

DaniPopes commented Jun 22, 2023

Component

json-abi

Describe the feature you would like

Add a borrowed version of all json-abi types, which implement ToOwned. Ideally methods are implemented only once, with the owned version implementing Deref towards the borrowed type, but this might not be fully doable.

This might also allow declaring the entire ABI as a const/static by setting the lifetime to 'static.

Additional context

Refs: #136

@DaniPopes DaniPopes added the enhancement New feature or request label Jun 22, 2023
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