Crates.io | ncnn-sys |
lib.rs | ncnn-sys |
version | 0.2.0 |
source | src |
created_at | 2020-01-07 17:27:10.581182 |
updated_at | 2023-02-14 14:41:26.707259 |
description | just a ncnn rust unsafe binding |
homepage | https://github.com/darkskygit/waifu2x.rs |
repository | https://github.com/darkskygit/waifu2x.rs |
max_upload_size | |
id | 196235 |
size | 37,157,552 |
This crate just build and link ncnn to rust program as a static library, does not contain any bindings.
For speed reason, it contain an prebuilt static library for x64-windows-msvc target.
The ncnn designed to build in many platform, but this crate now only build success on windows.
Welcome pr to help me generate rust api bindings and make it work on other platform :)