felixwrt / sml-rs

Smart Message Language parser written in Rust
Other
11 stars 3 forks source link

Non-Owning Decoder #42

Closed felixwrt closed 3 days ago

felixwrt commented 3 days ago

Introducing a private struct NonOwningDecoder that is used to implement the public Decoder type. Background: Preparation for larger redesign of the Decoder