Crates.io | ref-into |
lib.rs | ref-into |
version | 0.1.0 |
source | src |
created_at | 2022-10-02 16:01:04.686009 |
updated_at | 2022-10-02 16:01:04.686009 |
description | Conversion from reference to owned |
homepage | |
repository | https://github.com/bekircanagaoglu/ref-into |
max_upload_size | |
id | 678447 |
size | 2,244 |
Something between Into and AsRef.
Can be used when conversion is needed but moving the initial variable is undesired.
See examples/example.rs for usage.