yrashk / bpxe.rs

Business Process eXecution Engine
Apache License 2.0
36 stars 10 forks source link

Problem: serializing to TOML #3

Open yrashk opened 3 years ago

yrashk commented 3 years ago

When attempting to serialize Definitions to TOML, it fails with TableAfterValue:

thread 'serialize_deserialize_serde_toml' panicked at 'called `Result::unwrap()` on an `Err` value: ValueAfterTable', tests/bpmn_test.rs:41:46

However, JSON, RON, MessagePack and YAML work.