isolator 0.1.2

A lightweight library for isolating Rust functions
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "isolator"
version = "0.1.2"
edition = "2021"
description = "A lightweight library for isolating Rust functions"
license = "GPL-3.0"

[dependencies]
tokio = { version = "1.43.0", features = ["full"] }
thiserror = "2.0.11"