style: Implement piecewise linear function

Differential Revision: https://phabricator.services.mozilla.com/D145256
This commit is contained in:
David Shin 2023-08-12 02:39:23 +02:00 committed by Martin Robinson
parent a1c8d7ebb2
commit 5f75d29aac
2 changed files with 224 additions and 0 deletions

View file

@ -104,6 +104,7 @@ pub mod matching;
pub mod media_queries;
pub mod parallel;
pub mod parser;
pub mod piecewise_linear;
#[macro_use]
pub mod queries;
pub mod rule_cache;