index
:
matrix
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
matrix-stdlib
/
src
/
lib.rs
blob: 6e0cfc12cd9180640a22990e966084a2a580c264 (
plain
)
1
2
3
4
5
6
7
use
matrix
::
vm
::
Vm
;
mod
io
;
pub
fn
load
(
vm
:
&
mut
Vm
)
{
io
::
load
(
vm
);
}