Docs.rs
leptos-use-0.13.11
leptos-use 0.13.11
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
maccesch
Dependencies
actix-web ^4
normal
optional
async-trait ^0.1
normal
optional
cfg-if ^1
normal
codee ^0.2
normal
optional
cookie ^0.18
normal
optional
default-struct-builder ^0.5
normal
futures-util ^0.3
normal
optional
gloo-timers ^0.3.0
normal
optional
gloo-utils ^0.2.0
normal
optional
http ^0.2
normal
optional
http ^1
normal
optional
js-sys ^0.3
normal
lazy_static ^1
normal
leptos ^0.6
normal
leptos-spin ^0.2
normal
optional
leptos_actix ^0.6
normal
optional
leptos_axum ^0.6
normal
optional
num ^0.4
normal
optional
paste ^1
normal
thiserror ^1
normal
unic-langid ^0.9
normal
optional
wasm-bindgen ^0.2.95
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3.72
normal
optional
codee ^0.2
dev
getrandom ^0.2
dev
leptos_meta ^0.6
dev
rand ^0.8
dev
serde ^1
dev
unic-langid ^0.9
dev
Versions
68.04%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
leptos_use/core/
position.rs
1
2
3
4
5
#[derive(Copy, Clone, Default, Debug)]
pub struct
Position {
pub
x: f64,
pub
y: f64, }