wordexp-sys 1.0.0

FFI bindings for the glibc `wordexp` function.
Documentation
1
2
3
4
5
6
7
8
# `wordexp-sys`

Rust FFI bindings for the `wordexp(3)` C function.

# See Also

* [`cromulent`]https://crates.io/crates/cromulent: The safe wrapper around these bindings.
* [`wordexp`]https://crates.io/crates/wordexp: A `wordexp` wrapper which does _not_ use these bindings.