Docs.rs
thaw-0.4.8
thaw 0.4.8
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lizidev
Dependencies
cfg-if ^1.0.0
normal
chrono ^0.4.38
normal
icondata_ai ^0.0.10
normal
icondata_core ^0.1.0
normal
leptos ^0.7.7
normal
num-traits ^0.2.19
normal
palette ^0.7.6
normal
send_wrapper ^0.6
normal
slotmap ^1.0
normal
thaw_components ^0.3.2
normal
thaw_macro ^0.1.0
normal
thaw_utils ^0.1.2
normal
uuid ^1.10.0
normal
wasm-bindgen ^0.2.95
normal
web-sys ^0.3.70
normal
Versions
41.23%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
thaw/skeleton/
mod.rs
1
mod
skeleton;
2
mod
skeleton_item;
3
4
pub use
skeleton::
*
;
5
pub use
skeleton_item::
*
;