Skip to content

Commit a5e5919

Browse files
authored
Merge pull request #195 from rust-lang/tmandry-patch-4
Update seamless-rust-cpp.md
2 parents f26ea02 + 2c67acc commit a5e5919

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

src/2025h1/seamless-rust-cpp.md

+20-13
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Evaluate approaches for seamless use of C++ APIs from Rust
1+
# Evaluate approaches for seamless interop between C++ and Rust
22

3-
| Metadata | |
4-
|----------|-----------------------|
5-
| Owner(s) | @baumanj and @tmandry |
6-
| Teams | [lang] [compiler] |
7-
| Status | Proposed |
3+
| Metadata | |
4+
| -------- | ---------------------------- |
5+
| Owner(s) | @baumanj and @tmandry |
6+
| Teams | [lang] [compiler] [libs-api] |
7+
| Status | Proposed |
88

99
## Summary
1010

@@ -78,7 +78,13 @@ These mismatches point to the limitations of such approaches. If we attempt to s
7878

7979
### The next 6 months
8080

81-
We do not propose any specific deliverables over the next six months. We only propose a discussion with the language and compiler teams that takes a serious look at the problem space and what it would take to solve it. This discussion should incorporate lessons from existing projects and lay the foundation for future explorations and engagements.
81+
We do not propose any specific deliverables over the next six months. We only propose a discussion with the Language, Compiler, and Libs-API teams that takes a serious look at the problem space and what it would take to solve it. This discussion should incorporate lessons from existing projects and lay the foundation for future explorations and engagements.
82+
83+
Possible discussion topics include:
84+
85+
* Coverage of rich C++ APIs, including those that make use of language features like templates, (partial) specialization, and argument-dependent lookup. (Lang + Compiler)
86+
* Seamless use of "vocabulary types" like strings, vectors, and hashmaps, including the various kinds of conversions in source and at the ABI level. (Lang + Libs-API)
87+
* A standard IDL for describing a Rust API/ABI that can be produced by the Rust compiler. (Lang + Compiler)
8288

8389
### The "shiny future" we are working towards
8490

@@ -110,12 +116,13 @@ In addition, it proposes the following axioms:
110116

111117
**Owner:** @baumanj and @tmandry
112118

113-
| Task | Owner(s) or team(s) | Notes |
114-
| ---------------------------- | --------------------------- | ------------------------------------------------------------------------ |
115-
| Discussion and moral support | ![Team][] [lang] [compiler] | |
116-
| Design meeting | ![Team][] [lang] [compiler] | 2 meetings expected; ideal audience is lang team with compiler team reps |
117-
| Author design doc | @tmandry can drive | |
118-
| Author design doc | ![Help wanted][] | |
119+
| Task | Owner(s) or team(s) | Notes |
120+
| ---------------------------- | -------------------------------------- | --------------------------------------- |
121+
| Discussion and moral support | ![Team][] [lang] [compiler] [libs-api] | |
122+
| Design meeting | ![Team][] [lang] [compiler] [libs-api] | 2-3 meetings expected; all involve lang |
123+
| Author design doc | @tmandry can drive | |
124+
| Author design doc | ![Help wanted][] | |
125+
| Author design doc | ![Help wanted][] | |
119126

120127
## Frequently asked questions
121128

0 commit comments

Comments
 (0)