zng-view-api

Crates.iozng-view-api
lib.rszng-view-api
version0.6.2
sourcesrc
created_at2024-04-07 17:28:42.730858
updated_at2024-07-12 16:21:32.971019
descriptionPart of the zng project.
homepage
repositoryhttps://github.com/zng-ui/zng
max_upload_size
id1199345
size335,292
owners (github:zng-ui:owners)

documentation

https://zng-ui.github.io/doc/zng_view_api

README

This crate is part of the zng project.

Cargo Features

This crate provides 2 feature flags, 1 enabled by default.

"ipc"

Enables creation of separate or pre-build view.

When this is enabled communication with the view is (de)serialized which can add a minor cost, something like a 1ms per 3MB frame request.

Enabled by default.

"var"

Implement IntoVar<T> for API types.

Commit count: 7931

cargo fmt