cordx56/rustowl

[Proposal] Publish to crates-io instead of manual installation

Closed this issue · 6 comments

Hi, thank you for this great project.
Are there plans to publish owlsp to crates-io, or could we alternatively install it via Git repository like cargo install --git https://github.com/cordx56/rustowl.git

Thank you for your opinion. This is duplicate of #19.

Thank you for your opinion. This is duplicate of #19.

Ok, would it be possible to build owlsp using stable toolchain in the future?

As long as the Rust compiler team does not allow the rustc_private feature, it cannot be done.

Ok, 🤣. Hope that

Hi, could you get in more detail why and where it requires nightly features instead of stable?

RustOwl uses unstable rustc functions, which can be enabled by specifying #![feature(rustc_private)].
https://doc.rust-lang.org/beta/unstable-book/language-features/rustc-private.html