Andy Lok

Results 108 comments of Andy Lok

It's possible to have an external indexer to remember the raw index on the slice and it can be used to access the `ArrayDeque` while hiding the details. [`Dfs`](https://docs.rs/petgraph/latest/petgraph/visit/struct.Dfs.html) of...

It's a good idea to migrate to const generic at this time, but the other projects has occupied me too much time right now. For anyone interested, pull requests are...

Wow! That's nice to have. I think it's better to update the `TryWrite` and `TryRead`.

> In order to use the TryWrite trait, you would need to allocate a byte array of the correct size in advance. But how is it meant to be used?...

For simple (low-level) use cases, it usually doesn't have a common pattern like tuple, UTF-8, quotes, etc as the formats of serde have, but rather very flexible for individual protocols....

Yes, I planed to support `Future` and `Stream` later. But I am not sure how many people want this feature.

Seems the domain is no longer hold... https://www.whois.com/whois/elba.pub cc @dcao

I have an idea that we can make the repo completely on github, managed by bot.

So it'll become more reliable and more useful. The official site can still work as a package explorer.

@dcao Agree with the Idris2 reimplementation! I think now is the right time to start the migration. I'd like to release a minor version bump on the updates on develop...