vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
[[case]]
name = "present"
haystack = "banana"
needle = "ana"
expected = 1

[[case]]
name = "absent"
haystack = "banana"
needle = "band"
expected = 4294967295

[[case]]
name = "empty_needle"
haystack = "banana"
needle = ""
expected = 0

[[case]]
name = "overlap_first"
haystack = "aaaaa"
needle = "aa"
expected = 0

[[case]]
name = "at_end"
haystack = "abcxyz"
needle = "xyz"
expected = 3