scialex / basicstd

A std frontend using only components without runtime requirements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basicstd

A std frontend using only components without runtime requirements.

The only requirement to use this is to have a working compilation of the core, alloc, collections, unicode, and rand crates. Of these the only one which would be at all tricky is the alloc crate, which can be made by compiling it with the external_crate feature.

Cargo is not really supported. You should normally build this manually.

About

A std frontend using only components without runtime requirements.

License:MIT License


Languages

Language:Rust 100.0%