Files
third_party_rust_memchr/bundle.json
T
2025-12-24 09:40:49 +08:00

34 lines
703 B
JSON

{
"name": "@ohos/rust_memchr",
"description": "A Rust library that provides support for searching for characters in memory",
"version": "6.1",
"license": "MIT License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/rust/crates/memchr"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "rust_memchr",
"subsystem": "thirdparty",
"adapted_system_type": [
"standard"
],
"deps": {
"components": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/rust/crates/memchr:lib"
}
],
"test": []
}
}
}