Skip to content

Commit 429c646

Browse files
committed
Rename io-experiment to io-lifetimes.
1 parent a94b6dc commit 429c646

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

text/0000-io-safety.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ to provide a few simple conveniences which make the API much more flexible:
245245

246246
All of the above is prototyped here:
247247

248-
<https://github.com/sunfishcode/io-experiment>
248+
<https://github.com/sunfishcode/io-lifetimes>
249249

250250
The README.md has links to documentation, examples, and a survey of existing
251251
crates providing similar features.
@@ -343,14 +343,14 @@ a given raw handle would let safe Rust have the same guarantees as those
343343
effectively provided by such languages.
344344

345345
There are several crates on crates.io providing owning and borrowing file
346-
descriptor wrappers. The [io-experiment README.md's Prior Art section]
347-
describes these and details how io-experiment's similarities and differences
346+
descriptor wrappers. The [io-lifetimes README.md's Prior Art section]
347+
describes these and details how io-lifetimes' similarities and differences
348348
with these existing crates in detail. At a high level, these existing crates
349-
share the same basic concepts that io-experiment uses. All are built around
349+
share the same basic concepts that io-lifetimes uses. All are built around
350350
Rust's lifetime and ownership concepts, and confirm that these concepts
351351
are a good fit for this problem.
352352

353-
[io-experiment README.md's Prior Art section]: https://github.com/sunfishcode/io-experiment#prior-art
353+
[io-lifetimes README.md's Prior Art section]: https://github.com/sunfishcode/io-lifetimes#prior-art
354354
[C#]: https://docs.microsoft.com/en-us/dotnet/api/system.io.file?view=net-5.0
355355
[Java]: https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true
356356

0 commit comments

Comments
 (0)