calamine
calamine copied to clipboard
Please considering adding a `calamine::Range::into_rows` method
Currently calamine::Range::rows won't take the ownership of the range, which make it difficult to create a range local variable and returns rows in a function.
So please considering adding a new IntoRows struct that takes the ownership of range or something like that.