Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rust-lang/project-inline-asm
- Owner: rust-lang
- License: apache-2.0
- Created: 2019-12-11T16:57:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T19:43:58.000Z (almost 5 years ago)
- Last Synced: 2024-09-29T22:42:14.114Z (4 months ago)
- Size: 77.1 KB
- Stars: 34
- Watchers: 35
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.