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

#421 in Command-line interface

Download history 2438/week @ 2024-08-08 2314/week @ 2024-08-15 2887/week @ 2024-08-22 2626/week @ 2024-08-29 2535/week @ 2024-09-05 2569/week @ 2024-09-12 2194/week @ 2024-09-19 2611/week @ 2024-09-26 2366/week @ 2024-10-03 2183/week @ 2024-10-10 2277/week @ 2024-10-17 2246/week @ 2024-10-24 2456/week @ 2024-10-31 2481/week @ 2024-11-07 2636/week @ 2024-11-14 1806/week @ 2024-11-21

9,712 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