Sebastian
Sebastian
Occasionally changed files are not updated in the browser. I wonder if it would make sense to add `ETag` support (even it it requires to read the entire file first)?
Right now there is no method of defining how much incorrect data should be tolerated. But I need to: - parse pdfs in "best effort" mode, getting as much data...
Right now Image decoding is part of this crate behind various feature gates. - Not everyone actually wants to decode images. - There are two C libraries used to decode...
Needed for a sane implementation of https://github.com/grafeia/grafeia/issues/2
**TODO** - [ ] print strings properly (by calling `.as_str()` on them) - [ ] inspect XML metadata (see *Metadata Streams* in the PDF specification)
We only have two very simple examples. But the library can do much more now!
Right now `Graph` and `StableGraph` are serialized in the following order: 1. nodes without holes 2. hole indices 3. edge properties 4. edges During de-serialization the compacted holes are expanded...
Associated issue: #394 This swaps the first two fields in the serialized order of Graph and StableGraph. It also implements an optimal node expansion during deserialization of the nodes. The...
It allocates with a different alignment than it drops. It has to return a custom type that drops with the same layout as it allocates.
This is specifically motivated by for WebAssembly builds. This reduces the build size by a few 100kB when only using the `gl3` and `d3x9` features.