pub enum Target {
Show 13 variants
Css,
Tailwind,
Scss,
Rust,
Json,
Glsl,
Ghostty,
Tui,
Svg,
Stylix,
Nix,
StylixFonts,
FleetFonts,
}Expand description
Every renderable target ishou-cli understands. The string here matches the
CLI flag users type (ishou render --target css).
Variants§
Css
Tailwind
Scss
Rust
Json
Glsl
Ghostty
Tui
Svg
Stylix
Nix
StylixFonts
FleetFonts
Fleet-fonts attrset — { primary, italic, bold, symbols, emoji, fallback_chain } consumed directly by every pleme-io GPU app
HM module (mado, blackmatter-ghostty, fumi, kagi, …) to name
the canonical family AND install the underlying nixpkgs
package via home.packages. Sibling of StylixFonts — same
typed Typography source, different consumer-side shape.
Implementations§
Trait Implementations§
impl Copy for Target
impl Eq for Target
impl StructuralPartialEq for Target
Auto Trait Implementations§
impl Freeze for Target
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnsafeUnpin for Target
impl UnwindSafe for Target
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more