nilsjonsson.com - Nils Jonsson, software builder

programming (6352) data (5101) elixir (157) binary (153) parser (68)

Example domain paragraphs

You are using an outdated browser. Please upgrade your browser or activate Google Chrome Frame to improve your experience.

Last month I published a new Hex package called StructuredIO . This week the package passed a v1.0 milestone. StructuredIO is a library for Elixir and Erlang applications. What problem does it solve? In a nutshell, it simplifies working with structured input (such as markup or binary data) that streams from another process or computer. In such situations your application needs to tolerate input arriving piecemeal rather than in complete, well-formed data elements. Input fragments may even split multibyte ch

1. It provides a stateful process with a writer function for writing binary data. (If it sounds to you like the IO module that is part of the Elixir standard library, you’re right.)