Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TimNN/cargo-lipo
/ functions
Functions
11 in github.com/TimNN/cargo-lipo
⨍
Functions
11
◇
Types & classes
1
↓ 2 callers
Function
log_command
Log the given command to stdout if running in verbose mode.
src/main.rs:178
↓ 1 callers
Function
build_app
()
src/main.rs:66
↓ 1 callers
Function
build_triple
Invoke `cargo build` for the given triple.
src/main.rs:82
↓ 1 callers
Function
find_lib_name
Find the name of the staticlibrary to build as defined in the project's `Cargo.toml`.
src/main.rs:98
↓ 1 callers
Function
find_target_path
Find the path to the project's `target` directory.
src/main.rs:130
↓ 1 callers
Function
real_main
()
src/main.rs:30
Function
cargo_json_value
Create a `serde_json::Value` from the output of the given cargo subcomand.
src/main.rs:152
Function
exit_to_result
Convert an `ExitStatus` into a `Result`.
src/main.rs:169
Method
fmt
(&self, f: &mut fmt::Formatter)
src/msg_error.rs:23
Function
main
()
src/main.rs:23
Method
new
Create a new error with format `"$msg: $err"`.
src/msg_error.rs:15