rune-rs / rune

An embeddable dynamic programming language for Rust.
https://rune-rs.github.io
Apache License 2.0
1.7k stars 85 forks source link

Use less generics in protocols dispatch #758

Closed udoprog closed 1 month ago

udoprog commented 1 month ago

This improves compile times and reduces binary duplication.