INNER CODE UNIT · Rust

Err

eepnet/emissary · emissary-cli/src/tools/mod.rs:125

                if let Err(error) = base64::encode(string, file, output) {
                    tracing::error!(
                        target: LOG_TARGET,
                        ?error,
                        "failed to base64-encode input",
                    );
                    std::process::exit(1);
                },
            RouterCommand::Base64Decode {
                string,
                file,
                output,
            } =>
                if let Err(error) = base64::decode(string, file, output) {
                    tracing::error!(
                        target: LOG_TARGET,
                        ?error,
                        "failed to base64-decode input",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…