sus@programming.dev to Programmer Humor@programming.dev · 1 year agoPython has a library for everything but..programming.devexternal-linkmessage-square34linkfedilinkarrow-up1418arrow-down110
arrow-up1408arrow-down1external-linkPython has a library for everything but..programming.devsus@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square34linkfedilink
minus-squaredudinax@programming.devlinkfedilinkarrow-up12arrow-down1·1 year agoRust crates have the second and third problems. Rust at least has type annotation. The type has private fields. There’s no constructor. There’s no implementation of the From trait except on itself. You can’t find a function anywhere that returns the type.
minus-squareKindaABigDyl@programming.devlinkfedilinkarrow-up10arrow-down1·1 year agoI find Rust crates generally have pretty good docs. Docs.rs is a major time saver
Rust crates have the second and third problems.
Rust at least has type annotation.
The type has private fields. There’s no constructor. There’s no implementation of the From trait except on itself. You can’t find a function anywhere that returns the type.
I find Rust crates generally have pretty good docs. Docs.rs is a major time saver