Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ it_works
Function
it_works
02_ecosystem/geo/src/lib.rs:69–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
use crate::*;
68
#[test]
69
fn it_works() {
70
let c = Circle {
71
x: 0.0,
72
y: 1.0,
73
radius: 3.0,
74
};
75
assert_eq!(c.area(), 28.274333882308138);
76
}
77
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected