https://github.com/fuellabs/sway-rfcs
RFCs for changes to Sway
https://github.com/fuellabs/sway-rfcs
Last synced: 4 months ago
JSON representation
RFCs for changes to Sway
- Host: GitHub
- URL: https://github.com/fuellabs/sway-rfcs
- Owner: FuelLabs
- License: apache-2.0
- Created: 2022-06-07T00:55:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-08T09:22:54.000Z (5 months ago)
- Last Synced: 2026-02-02T07:47:44.732Z (4 months ago)
- Language: Sway
- Homepage:
- Size: 558 KB
- Stars: 26
- Watchers: 14
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sway RFCs
| RFC | Title |
| -------------------------------------------- | ----------------------- |
| [0001](rfcs/0001-rfc-process.md) | RFC Process |
| [0002](rfcs/0002-docstrings.md) | Docstring Comments |
| [0003](rfcs/0003-intrinsics.md) | Intrinsics |
| [0004](rfcs/0004-declaration-engine.md) | Declaration Engine |
| [0005](rfcs/0005-collection-context.md) | Collection Context |
| [0006](rfcs/0006-configuration-constants.md) | Configuration Constants |
| [0007](rfcs/0007-evm-support.md) | EVM Support |
| [0008](rfcs/0008-storage-handler.md) | Storage Handler |
| [0009](rfcs/0009-structured-modules.md) | Structured Modules |
| [0010](rfcs/0010-private-modules.md) | Private Modules |
| [0011](rfcs/0011-references.md) | References |
| [0012](rfcs/0012-expressive-diagnostics.md) | Expressive Diagnostics |
| [0013](rfcs/0013-changes-lifecycle.md) | Changes Lifecycle |
| [0014](rfcs/0014-abi-errors.md) | Abi Errors |
| [0015](rfcs/0015-const-generics.md) | Const Generics |