Thomasdezeeuw / heph

Heph is an actor library for Rust based on asynchronous functions.
MIT License
129 stars 6 forks source link

Implement from_std for various types #608

Closed Thomasdezeeuw closed 9 months ago

Thomasdezeeuw commented 9 months ago

This implements a from_std method for various types that can be created based on a similar type found in the standard library.