Module tailcall_chunk

Source
Available on doc or test only.
Expand description

§tailcall-chunk modifications

(↑) This is derived work from the tailcall-chunk crate, including the following modifications:

  • add must_use attribute.
  • make it no_std compatible.
  • rename the structure to VecChunk.
  • misc. refactors.