mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 19:28:37 +02:00
- Split binary and regular streams - Binary serialization of tl::Variant - Fixing tl::Variant parsable string representation for byte arrays and char (Format is '...'b for byte arrays and '.'c for chars). - tl::to_quoted_string now allows 0 characters in the string (escapes to '\000')