Chen Yuheng
Chen Yuheng
current table implementation is even not correct in some cases, what about reviewing #283
@tul see #283 ?
@yuin what do you think about this new implementation? it is impossible to support integer-key (sparse) map in current implementation, and the new one solves other table related issues.
@zgame you can check #283
Building the core system on windows is possible, all dependencies of `futures_cpp` support Windows. Maybe we can support vcpkg in the build system.
PristonDevelopers/image reimplements decoders for several image formats in Rust. But it seems impossible to support every variants of these formats (e.g. non-baseline jpeg, some PNG features). So I use FreeImage...
Yeah, the emitter is not polished yet, I just quote every string to make it safely emit valid YAML document (but may not human friendly). PR regarding the emitter is...
Can you elaborate your use case and write a test case?
The yaml parser can parser yaml files with multiple documents, so it returns 'docs'. But the emitter only support one document, you can dump your document with `docs[0]`, or manually...
pls rebase to master and add unittests