#fixed my problem - no help needed
9 messages · Page 1 of 1 (latest)
9 messages · Page 1 of 1 (latest)
Specifically, I'm trying to convert the export data from Rurel into JSON format so it can be loaded and used at another time
Here's my code so far:
Essentially, I'm trying to serialize a Vec<(S, Vec<(A, f64)>)>
Where S is a state and A is an action in rurel
.
This is the compiler error I'm getting:
NEVERMIND
i'm stupid and realized what I was doing wrong