File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " rknpu2-sys"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44edition = " 2024"
55description = " Unofficial bindings to rknpu2 (librknnrt and librknnmrt)"
66repository = " https://github.com/boundarybitlabs/rknpu2-rs"
77license = " MIT OR Apache-2.0"
8+ documentation = " https://docs.rs/rknpu2-sys"
89
910[dependencies ]
1011libloading = { version = " 0.8.8" , optional = true }
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition = "2024"
55description = " Unofficial bindings to rknpu2 (librknnrt and librknnmrt)"
66repository = " https://github.com/boundarybitlabs/rknpu2-rs"
77license = " MIT OR Apache-2.0"
8+ documentation = " https://docs.rs/rknpu2"
89
910[dependencies ]
1011half = { workspace = true }
Original file line number Diff line number Diff line change 22name = " rktensor"
33version = " 0.0.1"
44edition = " 2024"
5+ description = " Flat tensor utilities for rknpu2-rs"
6+ repository = " https://github.com/boundarybitlabs/rknpu2-rs"
7+ license = " MIT OR Apache-2.0"
8+ documentation = " https://docs.rs/rktensor"
59
610[dependencies ]
711half = { workspace = true }
You can’t perform that action at this time.
0 commit comments