recore 0.1.3

A re-implementation of various ::core features
Documentation
  • Coverage
  • 100%
    95 out of 95 items documented0 out of 50 items with examples
  • Size
  • Source code size: 92.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Kyllingene

recore

recore is a re-imagining of various ::core features. It started out with core::fmt (still my favorite part), then I had to remake the core of core::io as well.

It's a part of the larger project, restd. This is the part that contains all features not requiring platform support (much like ::core).