bpxe.rs icon indicating copy to clipboard operation
bpxe.rs copied to clipboard

Problem: serializing to TOML

Open yrashk opened this issue 4 years ago • 0 comments

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.

yrashk avatar Jan 21 '21 15:01 yrashk