sponge 0.2.1

A powerful Rust module to convert Rust to ASM
Documentation
1
2
3
4
5
use sponge_lib::run;

fn main() {
    run();
}