4 releases (2 breaking)

0.3.1 Sep 4, 2022
0.3.0 May 25, 2022
0.2.0 May 15, 2022
0.1.0 Jan 23, 2022

#428 in Command-line interface

Download history 2250/week @ 2024-09-15 2230/week @ 2024-09-22 2611/week @ 2024-09-29 2352/week @ 2024-10-06 2178/week @ 2024-10-13 2426/week @ 2024-10-20 2258/week @ 2024-10-27 2615/week @ 2024-11-03 2344/week @ 2024-11-10 2464/week @ 2024-11-17 2082/week @ 2024-11-24 2508/week @ 2024-12-01 2285/week @ 2024-12-08 1959/week @ 2024-12-15 1512/week @ 2024-12-22 1692/week @ 2024-12-29

7,652 downloads per month
Used in 3 crates

MIT/Apache

16KB
269 lines

argmax

Version info CICD

argmax is a library that allows Rust applications to avoid Argument list too long errors (E2BIG) by providing a std::process::Command wrapper with a

fn try_arg<S: AsRef<OsStr>>(&mut self, arg: S) -> io::Result<&mut Self>

function that returns a proper Error if arg would overflow the maximum size.

Resources

This library draws inspiration from the following sources. The implementation is based on the corresponding functionality in bfs [1].

License

Licensed under either of

at your option.

Dependencies

~1.5MB
~36K SLoC