Skip to content

Commit 488475c

Browse files
committed
More prep for splitting up
1 parent ba48c57 commit 488475c

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

text/0000-io-os-reform.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,15 +447,23 @@ counts, arguments to `main`, and so on).
447447
## Revising `Reader` and `Writer`
448448
[Revising `Reader` and `Writer`]: #revising-reader-and-writer
449449

450+
> To be added in a follow-up PR.
451+
450452
## String handling
451453
[String handling]: #string-handling
452454

455+
> To be added in a follow-up PR.
456+
453457
## Deadlines
454458
[Deadlines]: #deadlines
455459

460+
> To be added in a follow-up PR.
461+
456462
## Splitting streams and cancellation
457463
[Splitting streams and cancellation]: #splitting-streams-and-cancellation
458464

465+
> To be added in a follow-up PR.
466+
459467
## Modules
460468
[Modules]: #modules
461469

@@ -465,21 +473,33 @@ throughout IO, we can go on to explore the modules in detail.
465473
### `core::io`
466474
[core::io]: #coreio
467475

476+
> To be added in a follow-up PR.
477+
468478
### The `std::io` facade
469479
[The std::io facade]: #the-stdio-facade
470480

481+
> To be added in a follow-up PR.
482+
471483
### `std::env`
472484
[std::env]: #stdenv
473485

486+
> To be added in a follow-up PR.
487+
474488
### `std::fs`
475489
[std::fs]: #stdfs
476490

491+
> To be added in a follow-up PR.
492+
477493
### `std::net`
478494
[std::net]: #stdnet
479495

496+
> To be added in a follow-up PR.
497+
480498
### `std::process`
481499
[std::process]: #stdprocess
482500

501+
> To be added in a follow-up PR.
502+
483503
### `std::os`
484504
[std::os]: #stdos
485505

@@ -490,6 +510,8 @@ specific platform submodules (like `linux`, `macos`) over time.
490510
## Odds and ends
491511
[Odds and ends]: #odds-and-ends
492512

513+
> To be expanded in a follow-up PR.
514+
493515
### The `io` prelude
494516
[The io prelude]: #the-io-prelude
495517

@@ -525,4 +547,4 @@ principles or visions) are outside the scope of this RFC.
525547
# Unresolved questions
526548
[Unresolved questions]: #unresolved-questions
527549

528-
(To be extended by specific follow-up PRs.)
550+
> To be expanded in a follow-up PR.

0 commit comments

Comments
 (0)