Rust programmers who publish library crates: When I see a version number less than 1.0.0, that reads to me as my API is unstable and will probably break you at some point. If your API is stable, please use version numbers that indicate that. 1.0.0 does not have to be perfect or complete, just stable in its API.