Tv
Tv
It seems `HashMap::get_with` can workaround this (from #392): ```rust let _found = archived.m.get_with(&want, |a, b| a == b); ``` but that doesn't exist for ArchivedBTreeMap. I guess b+trees could do...
Here's a potential idea for improving APIs of archived containers: https://github.com/sunshowers-code/borrow-complex-key-example Gist: define a trait that gives access to the key, implement that trait for both deserialized key and archived...
See #293 for others' struggles that mostly lead to a working setup. (I'm still fighting with the `.aff` side, but I don't know much about hunspell.)
Oh I guess that's covered by this paragraph: > If set to a valid, 64-character hexadecimal [SHA-256](https://en.wikipedia.org/wiki/SHA-2), the build-script field will cause the rest of the scanning to be bypassed...
This workaround https://blog.atj.me/2017/10/generate-yearly-and-monthly-archive-pages-with-hugo-sections/ was promising for a while but needing to disable the section pages ended up being too much of an annoyance for me. I wish there was something...
Well that makes the panic disappear for me. `MIRIFLAGS="-Zmiri-tree-borrows" cargo miri test` isn't complaining either. I see how the `Portable` change would prevent this footgun. Thank you, I have a...
I think `#[automatically_derived]` is only a get out of jail card free for dead code, not much else. Also missing is docs for enum variants (#596), and the `#[rkyv(attr(doc =...
This also breaks building mdbook books under Nix (https://nixos.org/). With Nix, the source tree is read-only. For some reason, `additional-css` files are copied twice (probably https://github.com/rust-lang/mdBook/issues/1156), and the second copy...
https://github.com/cloudflare/pingora https://github.com/memorysafety/river/
My use case: I want to navigate between workspaces on a second computer via https://github.com/feschber/lan-mouse