dtolnay / typetag

Serde serializable and deserializable trait objects
Apache License 2.0
1.19k stars 38 forks source link

Update to inventory 0.2 #42

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

Closes #41. Some tricks to work around current limitations of const fns: their signature must not mention a function pointer, mutable reference, or trait object type, even if irrelevant to the runtime behavior of the function.