This website requires JavaScript.
Explore
Help
Sign In
tforgione
/
multiview
Watch
1
Star
0
Fork
You've already forked multiview
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4aca298ba5
multiview
/
src
/
main.rs
6 lines
106 B
Rust
Raw
Blame
History
fn
main
(
)
{
if
let
Err
(
e
)
=
multiview
::
main
(
)
{
eprintln!
(
"
An error occured:
{}
"
,
e
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink