Initial proof of concept

This commit is contained in:
Zachary Levy
2025-03-09 12:13:14 -07:00
commit e06e76e46b
55 changed files with 4508 additions and 0 deletions

View File

@ -0,0 +1,5 @@
use crate::quantity::{Quantity, Value};
use generate_quantity::quantity_type;
//----- Liters per Minute ----------------------------------
quantity_type! {LitersPerMinute, "L/min"}