code_runner 0.1.0

A Code Runner written in Rust which takes code in any language executes them and then returns output to the method calling
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.45"

[dependencies.uuid]
features = ["v4"]
version = "0.8"

[package]
authors = ["iamsaquib <saquibulhassan6@gmail.com>"]
description = "A Code Runner written in Rust which takes code in any language executes them and then returns output to the method calling"
documentation = "https://docs.rs/code_runner"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "code_runner"
readme = "README.md"
repository = "https://github.com/TheCodeSpawners/code_runner_lib"
version = "0.1.0"