microsandbox-utils 0.3.13

Shared constants and utilities for the microsandbox project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "microsandbox-utils"
description = "Shared constants and utilities for the microsandbox project."
version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
edition.workspace = true

[lib]
path = "lib/lib.rs"

[dependencies]
crc32c.workspace = true
libc.workspace = true
scopeguard.workspace = true