recore 0.1.0

A re-implementation of various ::core features
Documentation
1
2
3
4
5
6
7
8
# 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`).