Skip to content

@kinobi-so/[email protected]

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:59
· 706 commits to main since this release
351cbca

Minor Changes

  • #111 2f26050 Thanks @lorisleiva! - Add RemainderOptionTypeNode

    A node that represents an optional item using a child TypeNode such that the item can either be present — i.e. Some<T> — or absent — i.e. None — depending on whether or not there are remaining bytes in the buffer.

Patch Changes