puffyCid / artemis

A cross platform forensic parser written in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose output_data function to Deno

puffyCid opened this issue · comments

What new feature do you think would be cool to add to artemis?
Currently the only way to output data from a script is to return the value. Exposing the output_data function to Deno should allow a user to return data whenever they want.

Describe the solution you'd like
Allow users to output data from their script whenever they want