fp-core.rs icon indicating copy to clipboard operation
fp-core.rs copied to clipboard

Ownership refactor in the examples

Open JasonShin opened this issue 6 years ago • 0 comments

Currently, the project does not deal with ownership correctly for the input parameters. I am thinking we should refactor the parameters to be references and the returned value to be a moved value. I will continue experimenting this and come up with a solution. In the meantime, I'd appreciate any inputs.

JasonShin avatar Jul 06 '19 02:07 JasonShin