Docs.rs
clams-0.0.16
clams 0.0.16
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
lukaspustina
Dependencies
clams-derive ^0.0.6
normal
colored ^1.6
normal
error-chain ^0.12
normal
fern ^0.5
normal
indicatif ^0.9
normal
log ^0.4
normal
subprocess ^0.1
normal
tail ^0.3
normal
toml ^0.5
normal
quickcheck ^0.6
dev
serde ^1
dev
spectral ^0.6
dev
Versions
55.81%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
FileExt
clams
0.0.16
FileExt
Required Methods
read_last_line
Implementations on Foreign Types
File
Implementors
In clams::
fs
clams
::
fs
Trait
FileExt
Copy item path
Source
pub trait FileExt { // Required method fn
read_last_line
(self) ->
Result
<
String
>; }
Required Methods
§
Source
fn
read_last_line
(self) ->
Result
<
String
>
Implementations on Foreign Types
§
Source
§
impl
FileExt
for
File
Source
§
fn
read_last_line
(self) ->
Result
<
String
>
Implementors
§