moa_memops 0.1.5

底层内存操作(clear_page 等)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "moa_align"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f129940191d5b14019c27a56c83ee09b0c03234193e74eb9572d39c7470c30e"

[[package]]
name = "moa_bitflags"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b018b9c8aa3fef1bc9efbb16e41863660b9715d250250166e3dc48cb0e87a250"

[[package]]
name = "moa_memops"
version = "0.1.5"
dependencies = [
 "moa_vmem",
 "moatarget",
]

[[package]]
name = "moa_sizes"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f2ac12a98969e23e057474f4c2652b253c336749b99358a05f428c0cddd24b"

[[package]]
name = "moa_vmem"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90cc613f6dec22477d03f1b979d0e029dd38235672bd01346086bea008843be3"
dependencies = [
 "moa_align",
 "moa_bitflags",
 "moa_sizes",
 "moatarget",
]

[[package]]
name = "moatarget"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd00553dd409a6903db0727ca11cbb859f0b02f4b8edf20feda580c0095d46a2"