major overhaul of Backend from dynamic to static dispatch using an big enum

This commit is contained in:
ripytide
2024-04-22 14:08:53 +01:00
parent 636a7a02ec
commit df5b229d23
36 changed files with 382 additions and 590 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
/*!
Main program for `pacdef`.
*/
//! Main program for `pacdef`.
#![warn(
clippy::as_conversions,