Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wulf/create-rust-app
/ error
Function
error
crates/create-rust-app_cli/src/utils/logger.rs:43–45 ·
view source on GitHub ↗
(msg: &str)
Source
from the content-addressed store, hash-verified
41
}
42
43
pub fn error(msg: &str) {
44
message(&format!(
"{} {}"
, style(
"ERROR: "
).red(), msg));
45
}
46
47
pub fn exit_code(msg: &str, code: i32) -> ! {
48
error(msg);
Callers
10
create_project
Function · 0.85
configure_project
Function · 0.85
exit_code
Function · 0.85
exit_error
Function · 0.85
add_bins_to_cargo_toml
Function · 0.85
create
Function · 0.85
install
Method · 0.85
before_install
Method · 0.85
after_install
Method · 0.85
install
Method · 0.85
Calls
1
message
Function · 0.85
Tested by
no test coverage detected