jsexec 0.1.7

run javascript console.log to result
Documentation
    use jsexec::runjs;
    assert_eq!(runjs("console.log(\"hello\")").unwrap(),"hello\n");

for workspace

#Cargo.toml
[workspace]
members = ["yourcrate"]
resolver = "2"