capnproto / capnproto-rust

Cap'n Proto for Rust
MIT License
2.06k stars 222 forks source link

Kudos to builders of this Rust library - Every single one of you. #490

Closed vertexclique closed 6 months ago

vertexclique commented 7 months ago

After the hell of a embedding executors into the libraries and calling it off by Rust community. You are the last stand who proves that there are sane people around the world. Much thanks, SANS IO rocks. Carry on! Whomever properly builds software with sanity, must be getting appreciation from my pov!

dwrensha commented 7 months ago

Thanks -- that's good to hear! Usually I only hear negative feedback.

I would be curious to hear more about your use case, if you are willing to share. It sounds like you're mainly interested in the base serialization crate, and that the ability to disable the std feature is important to you? Do you have any need for async I/O?

vertexclique commented 6 months ago

I am interested in base serialization with async IO support, yes. I skim through the code swiftly to understand how did you design async IO operation and I liked it. Wanted to state that for all. I will be using this hopefully in various projects of mine.

dwrensha commented 6 months ago

Closing this because it's not an actionable issue. https://github.com/capnproto/capnproto-rust/discussions is the place for more open-ended discussions.