docs.rs failed to build ferrite-0.1.28
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ferrite-0.1.27
Ferrite
IT VIEWS IMAGES FAST
Features
- 🚀Blazingly-high-performance image loading with async caching
- ⚙️Highly Configurable
- 🎯Straight to the point
⚡Quick Start
- Set it as default image viewer. Here are instructions
Keybindings
Navigation
Left Arrow/A: Previous imageRight Arrow/D: Next imageQ: Quit
🔍View Controls
+/=/W: Zoom in-/S: Zoom out0: Reset zoomF: Toggle fit mode
🖱️Mouse Controls
Scroll: Zoom in/outLeft Click + Drag: Pan image
⚙️Configuration
Ferrite uses TOML for configuration. Generate a default config:
The config file location is determined by:
FERRITE_CONFenvironment variable- Default XDG config path (
~/.config/ferrite/config.toml)
Fields in config are self descriptive.
🏃PERFORMANCE
- PARALLEL image loading
- SMART caching system
- ADAPTIVE memory usage
- ASYNC I/O everywhere
- GPU POWER via egui
License
GPL-3.0-or-later