Lexo

Results 17 comments of Lexo

![image](https://user-images.githubusercontent.com/50535010/123650846-8d5a5e00-d85d-11eb-9c48-5932a0b7f335.png) Because `time` crate, the project relies on `winapi` and `libc`, severely affecting compilation time

Can I open a pull request?

Oh...I don't understand what you mean by `groups of headers` and `logical groupings` ...

We just need to restore the implementation `TryFrom`

Thanks for the reply, I just want to save the Map to a file and recover it. I would like to provide an API to destroy Reader and Writer to...

I tried to implement this one structure. ```struct HashMap, } I think we should follow the implementation in std and return an object. Then get the Reader and Writer from...

But that seems like a lot of work, so why not try building a `map` object and getting the Reader and Sender from it, so we only need to implement...

In other words, we should allow the reader and sender to be retrieved from `evmap::MapReadRef` instead of `evmap::new`. This way we can serialize MapReadRef directly.

Sorry, I may not have been clear enough. I use `Reader` for `evmap::ReadHandle`, `Sender` for `evmap::WriteHandle`, and `object` for` evmap::MapReadRef. Sender`, but delayed acquisition

Yes, I want to get readhandle and mapreadref from writehandle. And generate only writehandle when new! However, in order to prevent writehandle from being abused, it should be packaged as...