You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just wondering if it would be possible to implement the Clone trait for the FastNoiseLite struct in the rust crate. Cloning is often very useful, and would be a nice to have, in my opinion. (Also I currently need it for my project :D)
The text was updated successfully, but these errors were encountered:
I was just wondering if it would be possible to implement the
Clone
trait for theFastNoiseLite
struct in the rust crate. Cloning is often very useful, and would be a nice to have, in my opinion. (Also I currently need it for my project :D)The text was updated successfully, but these errors were encountered: