fork-rs 0.0.0-development

Modern fork for Rust
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 77.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 87.91 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • kristof-mattei/fork-rs
    0 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kristof-mattei
fork-rs-0.0.0-development has been yanked.

Rust seed application

It's written in Rust!

This is a framework for building Rust applications in combination with building Docker containers and never rebuilding code on release, instead we promote existing code.

TODO and done

  • Figure out how to deal with PRs pushing too many Docker containers

    We only build containers on the tip of the PR, so even if you're pushing 10 commits, we'll only build one.

  • Remove old containers when the new one gets build for a PR? Or rely on a general weekly untagged cleanup?
  • Remove PR containers when PR closed

    API currently unavailable

  • How do we deal with older containers on main?

    We move tags, so we'll need to wait for the API to clean up untagged versions