Docs.rs
cranpose-ui-0.1.132
cranpose-ui 0.1.132
Permalink
Docs.rs crate page
Apache-2.0
17 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
samoylenkodmitry
Dependencies
cranpose-animation ^0.1.132
normal
cranpose-core ^0.1.132
normal
cranpose-foundation ^0.1.132
normal
cranpose-macros ^0.1.132
normal
cranpose-ui-graphics ^0.1.132
normal
cranpose-ui-layout ^0.1.132
normal
futures-task ^0.3
normal
log ^0.4
normal
smallvec ^1.15
normal
thiserror ^2.0.18
normal
tiny-skia ^0.11.4
normal
optional
web-time ^1.1
normal
criterion ^0.8
dev
Versions
55.68%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module focus_manager
cranpose_
ui
0.1.132
Module focus_
manager
Module Items
Structs
Functions
In crate cranpose_
ui
cranpose_ui
Module
focus_
manager
Copy item path
Source
Structs
§
Focus
Manager
Moves focus between the focus targets the tree holds, the way
LocalFocusManager
does in Jetpack Compose.
Functions
§
local_
focus_
manager
CompositionLocal carrying the
FocusManager
, as
LocalFocusManager
does in Compose. The same instance comes back on every call.
request_
focus_
from_
platform
Moves focus onto
node_id
when it holds a focus target. A platform’s accessibility layer calls this when a screen reader lands on a control, so the app’s focus follows the reader’s.