[dependencies.rusl]
default-features = false
version = "0.2.2"
[features]
aux = ["start"]
default = []
mem-symbols = []
start = []
[package]
categories = ["external-ffi-bindings", "no-std", "os"]
description = "Tiny start functions and symbol relocation"
documentation = "https://docs.rs/tiny-std"
edition = "2021"
homepage = "https://github.com/MarcusGrass/tiny-std"
keywords = ["ffi", "bindings", "operating", "system", "linux"]
license = "MPL-2.0"
name = "tiny-start"
readme = "Readme.md"
repository = "https://github.com/MarcusGrass/tiny-std"
version = "0.1.2"