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

Add rw_chain #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add rw_chain #51

wants to merge 4 commits into from

Conversation

T0mstone
Copy link

I basically implemented #46 (comment) as well as I could.

The use of Vec makes this require the alloc feature; I could also imagine a similar API with a limit, using an array instead (it wouldn't even need to depend on arrayvec since the unused usizes could just be 0, which isn't a valid address anyway), but I'll leave that for the future (if anyone turns out to need it).

This is somewhat barebones with regards to polish - I've only written tests for TCell. Should I duplicate these for all the other flavors?
Also, I haven't written any documentation yet. Let me know if you want to accept this, then I'll try to write some.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant