fp-core.rs
fp-core.rs copied to clipboard
Ownership refactor in the examples
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.