crate_interface_lite 0.1.0

Provides a way to define an interface (trait) in a crate, but can implement or use it in any crate.
Documentation
[lib]
name = "crate_interface_lite"
path = "src/lib.rs"

[package]
authors = ["Yuekai Jia <equation618@gmail.com>", "Loi Chyan <loichyan@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "no-std"]
description = "Provides a way to define an interface (trait) in a crate, but can implement or use it in any crate."
documentation = "https://docs.rs/crate_interface_lite"
edition = "2021"
homepage = "https://github.com/arceos-org/arceos"
keywords = ["arceos", "api", "macro"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
name = "crate_interface_lite"
readme = "README.md"
repository = "https://github.com/arceos-org/crate_interface"
rust-version = "1.68"
version = "0.1.0"

[[test]]
name = "test_crate_interface"
path = "tests/test_crate_interface.rs"