Docs.rs
satisfactory-save-file-0.2.0
satisfactory-save-file 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MakotoE
Dependencies
anyhow ^1.0
normal
byteorder ^1.4
normal
chrono ^0.4
normal
flate2 ^1.0
normal
log ^0.4
normal
env_logger ^0.8
dev
Versions
6.45%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
satisfactory_
save_
file
0.2.0
satisfactory_save_file
Function
read_string
Copy item path
Source
pub fn read_string<R>(file:
&mut R
) ->
Result
<
String
>
where R:
Read
,