Skip to content

Real std

Jeremy Soller requested to merge real_std into master

Changes to switch over to Real libstd.

  • Daemonize using fork instead of a thread
  • Remove cfg redox, using target_os = "redox" instead
  • Switch panic strategy to abort, for now

Merge request reports