yesod-static-streamly-0.1.3.3: A streamly-based library providing performance-focused alternatives for functionality found in yesod-static.
Copyright(c) Matthew Mosior 2023
LicenseBSD-style
Maintainermattm.github@gmail.com
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Yesod.Static.Streamly

Description

Streamly-based alternative functionality for Yesod.Static.

This library utilizes Streamly's superb performance characteristics to replace some of Yesod's functionality with streamly-based functionality.

Synopsis

Yesod.Static Replacement functions

staticStreamly :: FilePath -> IO Static Source #

A more performant replacement of static found in Yesod.Static.

staticFilesStreamly :: FilePath -> Q [Dec] Source #

A more performant replacement of staticFiles found in Yesod.Static.