# Popper bindings for Rust
[](https://github.com/ctron/popper-rs/actions?query=workflow%3A%22CI%22)
[](https://github.com/ctron/popper-rs/releases)
[](https://crates.io/crates/popper-rs)
[](https://docs.rs/popper-rs)
Popper is a:
> Tooltip & Popover Positioning Engine
This project provides Rust bindings for WebAssembly.
## Examples
* [Basic](examples/basic) - A basic example with plain WASM
* [Yew](examples/yew) - An example using Yew with hooks
You can run the example using `trunk`:
```shell
trunk serve examples/basic/index.html --open
```