ontodev / valve.rs

A lightweight validation engine written in rust.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Port export.py from python to rust. #64

Closed lmcmicu closed 5 months ago

lmcmicu commented 8 months ago

Note that we do not need to port the exportation of messages, only the data export (so we should not remove the export.py script for now - but we should remove the data command line option).

lmcmicu commented 6 months ago

From @jamesaoverton : Before starting on the save functions, take a quick look at this code I wrote: https://github.com/ontodev/nanobot.rs/pull/65