Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cargo-lambda/cargo-lambda
/ Cargo
Class
Cargo
crates/cargo-lambda-build/src/compiler/cargo.rs:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
use std::{collections::VecDeque, env, ffi::OsStr, process::Command};
5
6
pub(crate) struct Cargo;
7
8
impl Cargo {
9
#[tracing::instrument(target =
"cargo_lambda"
)]
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected