Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ Matrix
Class
Matrix
03_tuples_arrays/rust/tuples.rs:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
#[derive(Debug)]
10
struct Matrix(f32, f32, f32, f32);
11
12
fn main() {
13
let many_types = (1u8, 2u16,
'a'
, true);
Callers
2
tuples.py
File · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected