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

#777 in Command-line interface

Download history 1867/week @ 2023-12-23 2552/week @ 2023-12-30 2530/week @ 2024-01-06 2402/week @ 2024-01-13 2401/week @ 2024-01-20 2662/week @ 2024-01-27 2484/week @ 2024-02-03 2263/week @ 2024-02-10 2616/week @ 2024-02-17 2640/week @ 2024-02-24 2873/week @ 2024-03-02 3316/week @ 2024-03-09 2752/week @ 2024-03-16 2528/week @ 2024-03-23 2842/week @ 2024-03-30 2079/week @ 2024-04-06

10,583 downloads per month
Used in 2 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
~34K SLoC