@@ -245,7 +245,7 @@ to provide a few simple conveniences which make the API much more flexible:
245
245
246
246
All of the above is prototyped here:
247
247
248
- < https://github.com/sunfishcode/io-experiment >
248
+ < https://github.com/sunfishcode/io-lifetimes >
249
249
250
250
The README.md has links to documentation, examples, and a survey of existing
251
251
crates providing similar features.
@@ -343,14 +343,14 @@ a given raw handle would let safe Rust have the same guarantees as those
343
343
effectively provided by such languages.
344
344
345
345
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
348
348
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
350
350
Rust's lifetime and ownership concepts, and confirm that these concepts
351
351
are a good fit for this problem.
352
352
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
354
354
[ C# ] : https://docs.microsoft.com/en-us/dotnet/api/system.io.file?view=net-5.0
355
355
[ Java ] : https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true
356
356
0 commit comments