ChristianPayne / ennesults-rs

0 stars 0 forks source link

CRUD for files #1

Open ChristianPayne opened 3 months ago

ChristianPayne commented 3 months ago

Direction

Need a way to store and retrieve files on the disk. These files will hold configurations, commands, responses, comebacks, etc that the streamer will want in the app. These files will be stored in json format.

Goals