stl v0.1.0 STL.Parser behaviour

A Parser behaviour for STL. By implementing this behaviour, you can write your own STL parser and use it by configuring :parser under the application :stl

config :stl, :parser, MyApp.MySTLParser

Link to this section Summary

Link to this section Callbacks

Link to this callback

parse!(binary)

parse!(binary()) :: STL.t()
Link to this callback

parse_file!(binary)

parse_file!(binary()) :: STL.t()