Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axect/Peroxide
/ MATLAB
Interface
MATLAB
src/util/api.rs:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
use crate::structure::matrix::*;
4
5
pub trait MATLAB {
6
fn new(s: &str) -> Self;
7
}
8
9
pub trait PYTHON {
10
fn new<T>(v: Vec<Vec<T>>) -> Self
Callers
nothing calls this directly
Implementers
1
api.rs
src/util/api.rs
Calls
no outgoing calls
Tested by
no test coverage detected