libcommons 0.7.0

A bunch of things I don't want to write again
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 101.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • 5GameMaker/libcommons
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 5GameMaker

libcommons

Rust utils I don't want to be bothered rewriting.

Disclaimer

libcommons has no API stability and it can randomly change whenever. No bugs will be preserved unless it's too annoying to fix.

MSRV

Latest Rust I have installed on my devices. Some features (i.e. matrix) require Nightly.

Installation

Add to Cargo.toml:

  • stable commons = "0.6.0"

  • master

master may sometimes not compile and contain WIP features that don't work. Whenever a feature is considered "good enough", it's pushed to stable.

There is no reason to ever depend on master branch, but if you want to suffer:

commons = { git = "https://github.com/5GameMaker/libcommons" }

Specify features you want. This is important because some of them require nightly.