First rough parsing of alias file to hashmap

This commit is contained in:
Gonne 2024-11-03 07:22:53 +01:00 committed by Dennis Frieberg
parent c31324d205
commit 696370b85e
Signed by: nerf
SSH key fingerprint: SHA256:zvrU0EwwaNK65M+AqL9IOTRawFq0JZ8QXBASxxGpxmg
4 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "alias_to_sieve"
version = "0.1.0"
edition = "2021"
[dependencies]
[[bin]]
name = "alias_to_sieve"
path = "main.rs"