aboutsummaryrefslogtreecommitdiff
path: root/hittekaart-py/src/lib.rs
AgeCommit message (Collapse)Author
2025-07-29implement other renderers in python moduleDaniel Schadt
2025-07-29more docsDaniel Schadt
They are actually visible as Python docstrings, so they are useful!
2025-07-28add some docstringsDaniel Schadt
They are not really visible but useful documentation anyway.
2025-07-28expose function to set thread countDaniel Schadt
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