finally, some Good Code

@mjk semver taken to the extreme

Fibver

@mjk I trust there's a macro that sequences these constants to produce a compile time sequence of fibonacci numbers, ensuring the necessary Blazing Fast performance!
cargo-fibonacci-numbers/template/src/lib.rs at master 路 tyilo/cargo-fibonacci-numbers

Contribute to tyilo/cargo-fibonacci-numbers development by creating an account on GitHub.

GitHub

@gray17 @mjk ... but can you get a compile time generated Iter<u128> of these?

(Clearly didn't phrase the joke well the first time, but I wasn't asking seriously.)

@gray17 @projectgus @mjk
So it is the sum of the dependencies?
@mjk enterprise software be like
@mjk @wingo this is true comptime cc @andrewrk
@indutny @mjk @wingo thank goodness for decentralized package manager. Can't imagine spending donor money on this crap
@andrewrk @indutny @mjk @wingo crates.io can have little a fibonacci-ver, as a treat
@mjk is this a bit like const-all-the-things?
@mjk oh god it downloads all versions if you download the latest one as the latest one depends on the previous one
@meow @mjk shouldn't it depend on more than one?
@ellis @mjk what I'm trying to say is that fibonacci-numbers@3 depends on fibonacci-numbers@1 and fibonacci-numbers@2 and so on
@ellis @mjk @meow a crate can contain two numbers maybe
@mjk the sum of the last Good Code and the previous-to-last Good Code
@mjk finally a Rust crate that made it to 1.0.0 and beyond 馃槅
@mjk but terrible docs, that says "186th" twice
keywords and description seems to come from the last published version not actual version. 路 rust-lang crates.io 路 Discussion #7560

Current Behavior I have a crate published at version 0.12.0. I recently released a bugfix/version bump 0.7.1 with an older description. Now my 0.12.0 release has description and keywords from the 0...

GitHub