vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
`string_matching.kmp_find` returns the first byte offset of a needle using Knuth-Morris-Pratt prefix failure links. Haystacks are capped at 64 MiB, needles at 4 KiB, and absent needles return `u32::MAX`.