Crates.io | recore |
lib.rs | recore |
version | 0.1.3 |
created_at | 2025-04-14 22:44:41.627928+00 |
updated_at | 2025-05-10 02:22:54.115063+00 |
description | A re-implementation of various ::core features |
homepage | |
repository | https://git.sr.ht/~kyllingene/recore |
max_upload_size | |
id | 1633693 |
size | 92,770 |
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
).