docs.rs failed to build bash-builtins-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bash-builtins-0.4.1
bash-builtins
A Rust crate to provide utilities to implement loadable builtins for bash.
See the API documentation for a detailed explanation on how to use this crate.
Example
See the examples
directory for more examples.
//! Bash builtin to implement a counter.
use ;
use ;
builtin_metadata!;
;
License
This crate is released under the terms of Apache License 2.0, which is compatible with GPLv3.
See https://www.apache.org/licenses/GPL-compatibility.html for more information about the compatibility.