felixwrt / sml-rs

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

use `no_panic` where appropriate #23

Open felixwrt opened 6 months ago

felixwrt commented 6 months ago

See https://docs.rs/no-panic/latest/no_panic/

Ideally, the code in this crate should be written such that it doesn't rely on optimization to remove panic paths.