initial commit

This commit is contained in:
2025-03-11 14:50:59 +01:00
commit 9d1a79d6f5
6 changed files with 9867 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "ircp2000"
version = "0.1.0"
edition = "2024"
[dependencies]
phf = "0.11.3"
[build-dependencies]
phf_codegen = "0.11.3"