et-k-rs 0.4.2

Device-side library for writing ET-SoC-1 compute kernels in pure no_std Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "et-abi"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b511ab215cf4f8912b98828baf162aaf5141fda3a57210ebd3d1e52cf619d95"

[[package]]
name = "et-k-rs"
version = "0.4.2"
dependencies = [
 "et-abi",
]