reqsign-command-execute-tokio
Tokio-based command execution for reqsign.
This crate provides TokioCommandExecute, an implementation of
reqsign_core::CommandExecute backed by tokio::process. It is intended for
credential providers that invoke external programs, such as AWS credential
processes and cloud provider CLIs.
Usage
use TokioCommandExecute;
use Context;
let context = new.with_command_execute;
Command execution is supported on native targets. On WebAssembly targets the implementation returns an unsupported-operation error.
License
Licensed under Apache License, Version 2.0.