|
|
|
|
|
by pimeys
3262 days ago
|
|
It's not that bad. Having written some Rust libraries, there are things to like that the other ecosystems don't provide. One is the rustdoc, where you document your interfaces in code, and if you write code examples in the documentation, `cargo test` will automatically check that they work. And like I said in another comment, there is nothing as good as cargo in anywhere else. |
|