Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/enowdev/enowX-Coder
/ main
Function
main
src-tauri/src/main.rs:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
#![cfg_attr(not(debug_assertions), windows_subsystem =
"windows"
)]
3
4
fn main() {
5
if let Err(error) = enowx_coder_lib::run() {
6
eprintln!(
"Failed to run application: {error}"
);
7
}
8
}
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected