compio-rs / compio

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

Fix: unable to resolve `compio-runtime` in macros #89

Closed George-Miao closed 1 year ago

George-Miao commented 1 year ago

proc_macro_crate::crate_name takes crate name specified in Cargo.toml, which is compio-runtime in this case.