Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rust-lang/project-inline-asm

Home for the Inline Assembly project group
https://github.com/rust-lang/project-inline-asm

Last synced: 4 months ago
JSON representation

Home for the Inline Assembly project group

Awesome Lists containing this project

README

        

# Inline assembly project group

A [working-group project][shepherds-blog] to extend the Rust language to
support inline assembly.

- Shepherds:
- [Amanieu (Amanieu d'Antras)](https://github.com/Amanieu)
- Rust lang team contacts:
- [joshtriplett (Josh Triplett)](https://github.com/joshtriplett)
- [Our chat room][zulip-room]
- [Our charter](charter.md)

[shepherds-blog]: http://smallcultfollowing.com/babysteps/blog/2019/09/11/aic-shepherds-3-0/
[zulip-room]:https://rust-lang.zulipchat.com/#narrow/stream/216763-project-inline-asm

# RFCs

The project group has published the following RFCs:
- [#2836: Introduce the ASM project group][rfc-project]
- [#2843: Add llvm_asm! and deprecate asm!][rfc-llvm-asm]
- [#2850: Inline assembly][rfc-inline-asm]
- Now closed, discussion continues in [#2873: Inline assembly][rfc-inline-asm2]

[rfc-project]: https://github.com/rust-lang/rfcs/pull/2836
[rfc-llvm-asm]: https://github.com/rust-lang/rfcs/pull/2843
[rfc-inline-asm]: https://github.com/rust-lang/rfcs/pull/2850
[rfc-inline-asm2]: https://github.com/rust-lang/rfcs/pull/2873

# Contributing

We do not have a formal concept of membership. Please feel free to join our
[Zulip chat room][zulip-room] or to open a GitHub Issue.