MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / Area

Interface Area

02_ecosystem/geo/src/lib.rs:7–9  ·  view source on GitHub ↗

# most amazing geometric object library ever This is starting off like clockwork - bullet - points for surface area calculation of a geometric object

Source from the content-addressed store, hash-verified

5
6/// for surface area calculation of a geometric object
7pub trait Area {
8 fn area(&self) -> f64;
9}
10
11/// for Perimeter/circumferen calculation of a geometric object
12pub trait Perimeter {

Callers

nothing calls this directly

Implementers 1

lib.rs02_ecosystem/geo/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected