Docs.rs
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
Docs.rs
Search
I'm Feeling Lucky
Recent Releases
whisker-video-0.2.0
Whisker platform component module — `whisker-video:Video` element backed by AVPlayer on iOS / Media3 ExoPlayer on Android. Demonstrates `@WhiskerUIMethod` (`play()`, `pause()`, `seek(position)`) and `ElementRef<T>` for imperative Rust-side control of a mounted element.
25 seconds ago
whisker-local-store-0.2.0
Reference Whisker platform module — persistent key-value local store wrapping UserDefaults on iOS and SharedPreferences on Android. Doubles as the documented template for first-party Whisker platform modules.
37 seconds ago
whisker-safe-area-0.2.0
Whisker module exposing the host view's safe-area insets as a reactive ReadSignal<SafeAreaInsets>. iOS reads UIView.safeAreaInsets; Android reads WindowInsetsCompat (systemBars + displayCutout). Android edge-to-edge off → all-zero insets (graceful degrade).
42 seconds ago
whisker-image-0.2.0
Network image component for Whisker — fetches HTTP(S) URLs and renders into a native image view (Kingfisher on iOS, Coil on Android) with built-in memory + disk caching.
49 seconds ago
whisker-svg-0.2.0
Whisker SVG widget — `Svg(content: …, color: …, style: …)`. Compiles inline SVG XML to the v1 display-list byte stream defined in `SPEC.md` and hands it to the iOS / Android replayer modules over `WhiskerValue::Bytes` (base64-cased through the existing string Prop pipeline to avoid C ABI churn).
one minute ago
whisker-icons-0.2.0
Lucide icons for Whisker — `Icon(svg: lucide::Heart, color: …, size: …)`. Each icon is a separate `pub const &str` synthesised at build time from `vendor/lucide/icons/*.svg`, so the linker drops every icon the user doesn't reference (tree-shaking). The Icon component is a thin wrapper around `whisker-svg`'s `Svg`.
one minute ago
whisker-audio-0.2.0
Whisker platform module — audio playback backed by ExoPlayer (Android) / AVPlayer (iOS). Mirrors expo-audio's surface: a `<whisker-audio:Player>` element wired to a `Player` typed handle for imperative play/pause/seek, with reactive `position` / `duration` / `is_playing` signals fed by native playback events.
one minute ago
folder-auto-banner-0.6.6
Folder Auto Banner — A directory listing with instant context
one minute ago
syswatch-0.7.2
Single-host, read-only system diagnostics TUI. Twelve tabs covering CPU, memory, disks, processes, GPU, power, services, network, plus a Timeline scrubber and an Insights anomaly engine. Sibling to netwatch.
one minute ago
cw32f030-pac-0.1.1
Peripheral access crate for the Wuhan Xinyuan CW32F030 microcontroller
one minute ago
whisker-router-0.2.0
Type-safe signal-backed routing for Whisker — single-engine, custom animations, nested layouts (tabs/modal). RFC: https://github.com/whiskerrs/whisker/issues/95
one minute ago
whisker-cli-0.2.0
Whisker CLI: `whisker` and `cargo-whisker` (hybrid) — scaffold, doctor, and dev-loop Whisker apps.
one minute ago
whisker-router-macros-0.2.0
Procedural macros for whisker-router: #[route] attribute on enums
2 minutes ago
whisker-dev-server-0.2.0
Host-side dev server for `whisker run`. File watch + cargo build + WebSocket push of subsecond patches. Pulled in by whisker-cli; no presence in release builds.
2 minutes ago
whisker-cng-0.2.0
Whisker Continuous Native Generation — declarative Android/iOS project generation from whisker.rs.
2 minutes ago