-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Use try_from #169
Copy link
Copy link
Closed
Labels
Description
As of Rust 1.34, the new TryFrom interfaces are stable in the standard library. We should use these in place of the cast crate where applicable.
For examples of how to do this, see the corresponding PR in Cranelift, although note that Wasmtime uses cast much more extensively.
Reactions are currently unavailable