restd

Crates.iorestd
lib.rsrestd
version0.2.2
sourcesrc
created_at2024-09-20 06:15:10.196847
updated_at2024-10-08 21:47:04.586058
descriptionA re-implementation of various std features
homepage
repository
max_upload_size
id1380937
size89,027
(Kyllingene)

documentation

README

restd

restd is a re-implementation of various std features. It started out with std::fmt (still my favorite part), then I had to remake the core of std::io as well. In the future, I plan on implementing things like threads, file and std{in,out,err}, and whatever strikes my fancy.

Should I use this?

Well, sure, go ahead...! The eventual hope is that I'll be able to use it myself. While in 0.1.x there are zero guarantees, but once I publish on crates.io I'll begin (mostly) adhering to semver.

However, do be warned: this is not made to be particularly usable. I did my best, but it's not always good enough. Some features still rely on std and may always, and others may only be available on Unix (my native platform). PR's are always welcome though!

Commit count: 0

cargo fmt