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

#371 in Command-line interface

Download history 1992/week @ 2024-06-19 2644/week @ 2024-06-26 1975/week @ 2024-07-03 2349/week @ 2024-07-10 2082/week @ 2024-07-17 2156/week @ 2024-07-24 2195/week @ 2024-07-31 2403/week @ 2024-08-07 2360/week @ 2024-08-14 2821/week @ 2024-08-21 2629/week @ 2024-08-28 2500/week @ 2024-09-04 2619/week @ 2024-09-11 2245/week @ 2024-09-18 2489/week @ 2024-09-25 2004/week @ 2024-10-02

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