rouille icon indicating copy to clipboard operation
rouille copied to clipboard

introduce more optional features to slim down required dependency graph

Open HookedBehemoth opened this issue 4 years ago • 0 comments

This introduces the feature flags: logging, assets, post, session.

The goal was to slim down required dependencies in my application and the categories were chosen to make an impact on that. Updated tiny_http to get rid of a hard chrono requirement.

A simple hello world with default-features = false goes from 96 to 44 dependencies and total build time in release from 30s to 15s.

HookedBehemoth avatar Mar 04 '22 00:03 HookedBehemoth