Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ run
Function
run
1a_logging/rust/logex/src/main.rs:8–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
mod foo {
7
mod bar {
8
pub fn run() {
9
log::warn!(
"warn"
);
10
log::info!(
"info"
);
11
log::debug!(
"debug"
);
12
}
13
}
14
15
pub fn run() {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected