Results 66 comments of Plecra

Right, which the documentation explains is useful for FFI. I suppose it might also speed things up if you're passing something like `[Vec; 64]` around the stack, but things like...

Rust libraries are generally expected to be cross platform where the API isn't tied to a specific OS. It looks like most of the APIs would be implemented similarly using...

I just want to say thankyou @slightknack for making this such a joy to read! I adore your prose 😍 ever thought of putting together a blog?

> `nothing = update { age: id }` I like that this looks like it could feasibly be a function with a signature like `forall A (Record A }> ->...

Would a `#[serde(strict)]` attribute be an acceptable solution for you? I imagine it would omit all the fallback implementations from the `Visitor` implentation the macro generates. Fwiw, there's nothing stopping...

Any communication between users of this crate would require the data to properly round trip through the serialised format. That might be saving a collection to disk, or sending a...

Right, I was surprised about that :) I couldn't find an explicit mention of the MIT license in the repo - where is Apache+MIT declared?

That's a relationship between two dimensions, it doesn't need to be represented as a hierarchy. Any dimension that has a `PortalDestination(WorldId)` component could handle it without all the extra structure.

I have submitted #532, #533, #534, #535 and #536 to start addressing this. Each are small version changes which allow cargo to unify more of the dependencies, and reduce the...

Sounds like a nice idea :)