On Sat, Aug 10, 2013 at 6:44 PM, Brian Anderson <[email protected]> wrote:
> Most of the standard library will work. The major things that won't are GC,
> task-local storage, and failure. This may or may not include logging,
> depending on whether it currently depends on GC and whether you use "%?".
> There's no particular way to know what specific functions are off limits.
>

For the record, I'm working on a patch that will let you compile
libstd with `--cfg no_rt`, to get a runtimeless stdlib. It's mostly
simple, although I need to start a separate ML thread to address some
of the stickier issues.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to