syscall_encode 0.1.3

Traits and macros to help define a syscall interface for a kernel.
Documentation
[[bench]]
harness = false
name = "encode"
[dependencies.alloca]
optional = true
version = "0.3"

[dependencies.compiler_builtins]
optional = true
version = "0.1"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"

[dependencies.syscall_encode_macros]
version = "0.1"

[dependencies.syscall_encode_traits]
version = "0.1.1"
[dev-dependencies.alloca]
version = "0.3"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"

[features]
benchmarking = ["alloca"]
rustc-dep-of-std = ["core", "compiler_builtins"]

[package]
authors = ["Daniel Bittman <danielbittman1@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Traits and macros to help define a syscall interface for a kernel."
edition = "2021"
homepage = "https://github.com/twizzler-operating-system/syscall_encode/"
keywords = ["syscall", "abi"]
license-file = "LICENSE"
name = "syscall_encode"
readme = "README.md"
repository = "https://github.com/twizzler-operating-system/syscall_encode/"
version = "0.1.3"
[profile.bench]
debug = 2