solo5-sys 0.1.0

An FFI polyfil to build solo5-based unikernels from Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.bindgen]
version = "0.53.1"

[dependencies.cty]
version = "0.2.0"

[package]
authors = ["yuseiito <me@yuseiito.com>"]
description = "An FFI polyfil to build solo5-based unikernels from Rust"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "solo5-sys"
readme = "README.md"
repository = "https://github.com/YuseiIto/solo5-sys"
resolver = "2"
version = "0.1.0"