ReTeX / ReX

ReX - typesetting mathematics
121 stars 8 forks source link

#[no_std] #25

Open ghost opened 7 years ago

ghost commented 7 years ago

Make it possible to compile without std.

Motivation:

cbreeden commented 7 years ago

what's the primary motivation for #[no_std]?

cbreeden commented 7 years ago

I looked at this again, while I think it's quite possible to do this:

remove file system dependency remove stdin/stdout/stderr smaller binary

I highly doubt we will be able to do #[no_std] all together. We would need std::collections at the very least.