rink-sandbox 0.6.1

Library for limiting memory usage and time spent of code, and allowing interrupts (ctrl+C).
Documentation
[dependencies.async-ctrlc]
features = ["stream"]
version = "1.2.0"

[dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.9"

[dependencies.bincode]
version = "1.3.3"

[dependencies.byteorder]
version = "1"

[dependencies.color-eyre]
version = "0.5"

[dependencies.displaydoc]
version = "0.2"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.thiserror]
version = "1"

[package]
categories = ["command-line-utilities"]
description = "Library for limiting memory usage and time spent of code, and allowing interrupts (ctrl+C)."
edition = "2018"
homepage = "https://rinkcalc.app"
keywords = ["cli", "sandbox"]
license = "MPL-2.0"
name = "rink-sandbox"
readme = "README.md"
repository = "https://github.com/tiffany352/rink-rs"
version = "0.6.1"