anyinput 0.1.8

A macro for easier writing of functions that accept any string-, path-, iterator-, array-, or ndarray-like input
Documentation
1
2
3
4
5
error: AnyPath should not have a generic parameter, so 'AnyPath', not 'AnyPath<_>'.
 --> tests/ui/anypath.rs:4:23
  |
4 | pub fn any_str_len(s: AnyPath<usize>) -> Result<usize, anyhow::Error> {
  |                       ^^^^^^^^^^^^^^