[dependencies.ctor_bare_macros]
version = "0.2"
[lib]
name = "ctor_bare"
path = "src/lib.rs"
[package]
authors = ["Youjie Zheng <Azure_stars@126.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "no-std"]
description = "Register constructor functions for Rust at complie time under no_std."
documentation = "https://docs.rs/ctor_bare"
edition = "2024"
homepage = "https://github.com/arceos-org/arceos"
keywords = ["arceos", "constructor", "no_std"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
name = "ctor_bare"
readme = "README.md"
repository = "https://github.com/arceos-org/ctor_bare"
resolver = "2"
version = "0.2.1"
[[test]]
name = "test_ctor"
path = "tests/test_ctor.rs"
[[test]]
name = "test_empty"
path = "tests/test_empty.rs"