Docs.rs
taurus-0.1.1
taurus 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mrcnski
Dependencies
failure ^0.1
normal
flame ^0.1.9
normal
optional
flamer ^0.2.0
normal
optional
lazy_static ^1.0
normal
num ^0.2
normal
num-traits ^0.2
normal
over ^0.6.4
normal
rand ^0.4
normal
tcod ^0.13
normal
Versions
49.49%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
taurus
0.1.1
In taurus::
util::
file
taurus
::
util
::
file
Function
write_file_str
Copy item path
Source
pub fn write_file_str(fname: &
str
, contents: &
str
) ->
Result
<
()
>
Expand description
Writes a string to a file.