Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Publish to crates.io (if we want to) #104

Open
codesections opened this issue Mar 20, 2020 · 0 comments
Open

Publish to crates.io (if we want to) #104

codesections opened this issue Mar 20, 2020 · 0 comments
Labels

Comments

@codesections
Copy link
Contributor

If we're planning to publish Flodgatt to crates.io (as is typical for FOSS written in Rust), we should probably do so before 1.0.0 so that we can mention cargo install as an installation option. Publishing to crates.io isn't essential for a binary application – it's not like Flodgatt is a library crate that other Rust programs will have as a dependency.

On the other hand, it does have a few minor advantages: it lets developers who already have the Rust toolchain installed easily install Flodgatt with cargo install; it provides automatic hosting for the API docs in the format Rust developers are used to; and it will generally make it easier for new contributors to quickly get started. (Also, though probably less importantly, it will make sure that new versions of Rust are tested against Flodgatt, which protects us against the very unlikely eventuality of breaking changes in Rust).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant