1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
{ "zerocopy":
{ "type": "export"
, "target": "zerocopy-internal"
, "flexible_config":
["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
}
, "zerocopy-internal":
{ "type": ["@", "rules", "rust", "library"]
, "name": ["zerocopy"]
, "crate_root": ["src/lib.rs"]
, "srcs":
[ "build.rs"
, "src/byte_slice.rs"
, "src/byteorder.rs"
, "src/deprecated.rs"
, "src/doctests.rs"
, "src/error.rs"
, "src/impls.rs"
, "src/layout.rs"
, "src/lib.rs"
, "src/macros.rs"
, "src/pointer/inner.rs"
, "src/pointer/invariant.rs"
, "src/pointer/mod.rs"
, "src/pointer/ptr.rs"
, "src/pointer/transmute.rs"
, "src/ref.rs"
, "src/split_at.rs"
, "src/util/macro_util.rs"
, "src/util/macros.rs"
, "src/util/mod.rs"
, "src/wrappers.rs"
]
, "edition": ["2021"]
, "arguments_config":
["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
, "deps": []
, "cargo_features": ["simd"]
, "stage": ["zerocopy-0.8.26"]
, "version": ["0", "8", "26"]
, "pkg_name": ["zerocopy"]
, "build_script": ["build_script"]
}
, "build_script":
{ "type": ["@", "rules", "cargo", "build_script"]
, "name": ["build_script"]
, "crate_root": ["build.rs"]
, "extra_data": ["Cargo.toml"]
, "arguments_config":
["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
, "edition": ["2021"]
, "stage": ["zerocopy-0.8.26"]
, "deps": []
, "cargo_features": ["simd"]
, "version": ["0", "8", "26"]
, "pkg_name": ["zerocopy"]
}
, "__internal_use_only_features_that_work_on_stable":
{ "type": ["@", "rules", "cargo", "feature"]
, "name": ["__internal_use_only_features_that_work_on_stable"]
}
, "alloc": {"type": ["@", "rules", "cargo", "feature"], "name": ["alloc"]}
, "derive": {"type": ["@", "rules", "cargo", "feature"], "name": ["derive"]}
, "float-nightly":
{"type": ["@", "rules", "cargo", "feature"], "name": ["float-nightly"]}
, "simd": {"type": ["@", "rules", "cargo", "feature"], "name": ["simd"]}
, "simd-nightly":
{"type": ["@", "rules", "cargo", "feature"], "name": ["simd-nightly"]}
, "std": {"type": ["@", "rules", "cargo", "feature"], "name": ["std"]}
, "zerocopy-derive":
{"type": ["@", "rules", "cargo", "feature"], "name": ["zerocopy-derive"]}
}
|