compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

feat: add some features for monocrate #153

Closed Berrysoft closed 11 months ago

Berrysoft commented 11 months ago

Add io-compat and TLS-related features.

George-Miao commented 11 months ago
  1. Is this PR adding features or fixing bugs?
  2. We don't have a crate called "compio-feature"
Berrysoft commented 11 months ago

It's not bugs but not new features neither. It's just some reexports and features forwarding.

George-Miao commented 11 months ago

@Berrysoft That’s new feature. New public API (include cargo feature) are features.

Berrysoft commented 11 months ago

OK, I've changed the title and commit msg.