Docs.rs
ferrite-core-0.1.3
ferrite-core 0.1.3
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
master-of-zen
Dependencies
eframe ^0.26.0
normal
egui ^0.26.0
normal
ferrite-config ^0.1.1
normal
ferrite-logging ^0.1.1
normal
image ^0.24.8
normal
rayon ^1.8
normal
thiserror ^1
normal
tracing ^0.1
normal
Versions
0%
of the crate is documented
Go to latest version
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
Files
ferrite_core/
lib.rs
1
2
3
4
5
6
mod
app;
mod
image;
mod
navigation;
mod
ui;
pub use
app::FeriteApp;