Skip to content

Commit

Permalink
Add a mention of the new origin-stdio project. (#10)
Browse files Browse the repository at this point in the history
origin-studio has a minimal implementation of std built directly on
origin. Mention it in origin's README as another user.
  • Loading branch information
sunfishcode authored Aug 26, 2023
1 parent 2bf3258 commit fb5ab83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ its own implementations of this functionality, written in Rust.

For a C-ABI-compatible interface to this functionality, see [c-scape].

This is used by the [Mustang] project, building Rust programs written entirely
in Rust.
This is used by the [Mustang] project in its libc implementation, and in the
[origin-studio] project in its std implementation, which are two different
ways to support building Rust programs written entirely in Rust.

Origin can also be used on its own, in several different configurations:

Expand All @@ -52,5 +53,6 @@ Origin can also be used on its own, in several different configurations:
[no-std example]: https://github.com/sunfishcode/origin/blob/main/test-crates/no-std/README.md
[external-start example]: https://github.com/sunfishcode/origin/blob/main/test-crates/external-start/README.md
[Mustang]: https://github.com/sunfishcode/mustang/
[origin-studio]: https://github.com/sunfishcode/origin-studio
[origin-start example]: https://github.com/sunfishcode/origin/blob/main/test-crates/origin-start/README.md
[c-scape]: https://crates.io/crates/c-scape/

0 comments on commit fb5ab83

Please sign in to comment.