Skip to content

Add rw_chain#51

Open
T0mstone wants to merge 4 commits into
uazu:masterfrom
T0mstone:rw_chain
Open

Add rw_chain#51
T0mstone wants to merge 4 commits into
uazu:masterfrom
T0mstone:rw_chain

Conversation

@T0mstone
Copy link
Copy Markdown

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