aboutsummaryrefslogtreecommitdiff
path: root/hittekaart-py/src/lib.rs
AgeCommit message (Collapse)Author
2025-07-28implement sqlite output in hittekaart-pyDaniel Schadt
We cannot use a Box<dyn Storage> anymore, because the Sqlite connection is not thread-safe. Therefore, we use a normal enum and open the connection late.
2025-07-09first working Python interfaceDaniel Schadt