Docs.rs
plasmo-0.4.3
plasmo 0.4.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jkelleyrtp
Dependencies
anyhow ^1.0.42
normal
anymap ^1.0.0-beta.2
normal
crossterm ^0.26.1
normal
dioxus-html ^0.4.0
normal
dioxus-native-core ^0.4.0
normal
dioxus-native-core-macro ^0.4.0
normal
futures ^0.3.19
normal
futures-channel ^0.3.21
normal
once_cell ^1.17.1
normal
ratatui ^0.24.0
normal
rustc-hash ^1.1.0
normal
shipyard ^0.6.2
normal
smallvec ^1.6
normal
taffy ^0.3.12
normal
tokio ^1.28
normal
criterion ^0.3.5
dev
tokio ^1
dev
Versions
11.11%
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
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
Files
plasmo/widgets/
textbox.rs
1
2
3
use
super
::text_like::TextLike;
pub
(
crate
)
type
TextBox = TextLike;