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

Implementations - ManagedVec - Rust + Mx #41

Closed
6 tasks
virgil-serbanuta opened this issue Aug 26, 2024 · 0 comments · Fixed by #111
Closed
6 tasks

Implementations - ManagedVec - Rust + Mx #41

virgil-serbanuta opened this issue Aug 26, 2024 · 0 comments · Fixed by #111
Assignees
Labels

Comments

@virgil-serbanuta
Copy link
Member

virgil-serbanuta commented Aug 26, 2024

Needed for #34

Needs hook-based k-based representation with implementations for

  • ::new()
  • push(_)
  • get(_)
  • set(_, _)
  • len()
  • into() that returns MultiValueEncoded. We probably want a hack that just returns the MultiValueEncoded, not a full into implementation that selects the right kind of value to return and so on. It's probably better if MultiValueEncoded is just a wrapper around ManagedVec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant