BioJulia / Automa.jl

A julia code generator for regular expressions
Other
188 stars 15 forks source link

Factor out transcoding streams dependency #82

Closed jakobnissen closed 1 year ago

jakobnissen commented 3 years ago

If Automa ever gets easier to use, it might be more generally useful than just creating biological readers. In that case, there will be lots of use cases for it to operate on memory buffers, where the TranscodingStreams dependency is not needed.