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