scan icon indicating copy to clipboard operation
scan copied to clipboard

Input macros for Rust

Results 2 scan issues
Sort by recently updated
recently updated
newest added

Could you implement a function to scan from either a String or string slice, whichever?

When parsing input, I quite often use an all or nothing approach (as in your example). However, as written, this library makes this a little cumbersome because each piece is...