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

#444 in Command-line interface

Download history 2518/week @ 2024-11-16 2049/week @ 2024-11-23 2566/week @ 2024-11-30 2250/week @ 2024-12-07 1997/week @ 2024-12-14 1499/week @ 2024-12-21 1701/week @ 2024-12-28 2283/week @ 2025-01-04 2182/week @ 2025-01-11 2115/week @ 2025-01-18 2187/week @ 2025-01-25 2482/week @ 2025-02-01 2336/week @ 2025-02-08 2169/week @ 2025-02-15 2288/week @ 2025-02-22 2574/week @ 2025-03-01

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