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

#410 in Command-line interface

Download history 2170/week @ 2024-07-21 2153/week @ 2024-07-28 2273/week @ 2024-08-04 2411/week @ 2024-08-11 2547/week @ 2024-08-18 2699/week @ 2024-08-25 2693/week @ 2024-09-01 2584/week @ 2024-09-08 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 2259/week @ 2024-10-27 2615/week @ 2024-11-03

9,764 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
~35K SLoC