Open cmnrd opened 2 years ago
If the name is available, reactor
sounds fine to me.
If we want to publish to crates.io at some point in the future, then reactor
is already taken. reactor-rs
for the repo is fine, but for the crate would be confusing, because the -rs
suffix is commonly used for C wrapper libraries like bzip2-rs
.
I would say it's best to either keep reactor-rt
or to spell RT out to reactor-runtime
.
Currently the repository name is
reactor-rs
and the crate name isreactor-rt
(rt for runtime). I think this is pretty confusing and we should consider renaming the crate. As @oowekyala pointed out in #5 naming the cratereactor-rs
does not make much sense either due to the redundant rs. Probably justreactor
would be a more suitable crate name. This would be in analogy to thereactor
namespace in reactor-cpp.