rvolosatovs / nixify

Simple and extensible nix build library for real-world projects
MIT License
33 stars 1 forks source link

feat(rust): add `doctest` check #283

Closed rvolosatovs closed 5 days ago

rvolosatovs commented 6 days ago

Integrate https://github.com/ipetkov/crane/pull/720. Opt-in for now, since attempting to run it on binary crates fails. (as does cargo test --doc). Eventually we should probably extend https://github.com/rvolosatovs/nixify/blob/9bec46f250b50a16411a4f76ae4a67a7907c4e39/lib/rust/crateBins.nix to also figure out the libraries that will be built, but just expose this option as an opt-in for now