Cargo Features
bye_pcd_rs has no features set by default.
[dependencies]
bye_pcd_rs = { version = "0.12.1", features = ["viewer", "wasm"] }
- viewer = bye_pcd_viewer_rs
-
点云预览特性绑定"viewer"关键词
- wasm = wasm-bindgen, wasmer
-
使用pcl.js绑定"wasm"关键词
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- wasmer wasm?
-
Enables wasmer
wasm运行时
- wasm-bindgen wasm?
-
Enables wasm-bindgen
调用pcl.js从而调用pcl-core.wasm
- bye_pcd_viewer_rs viewer?
-
Enables bye_pcd_viewer_rs
点云预览