Docs.rs
irc-bot-0.2.1
irc-bot 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
8573
Dependencies
clap ^2.31.2
normal
crossbeam-channel ^0.1.3
normal
crossbeam-utils ^0.4.0
normal
env_logger ^0.4.3
normal
error-chain ^0.11.0
normal
irc ^0.13.5
normal
itertools ^0.7.8
normal
lazy_static ^1.0.0
normal
log ^0.4.1
normal
rand ^0.5.0
normal
rando ^0.2.0
normal
regex ^1.0.0
normal
serde ^1.0.59
normal
serde_derive ^1.0.59
normal
serde_yaml ^0.7.4
normal
smallvec ^0.6.1
normal
uuid ^0.6.5
normal
yaml-rust ^0.4.0
normal
foreman ^0.4.0
build
Versions
29.77%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
irc_bot
0.2.1
Into
Config
Required Methods
into_config
Implementations on Foreign Types
&'a str
BufReader<R>
File
String
Implementors
In crate irc_
bot
irc_bot
Trait
IntoConfig
Copy item path
Source
pub trait IntoConfig { // Required method fn
into_config
(self) ->
Result
<
Config
>; }
Required Methods
§
Source
fn
into_config
(self) ->
Result
<
Config
>
Implementations on Foreign Types
§
Source
§
impl
IntoConfig
for
String
Source
§
fn
into_config
(self) ->
Result
<
Config
>
Source
§
impl
IntoConfig
for
File
Source
§
fn
into_config
(self) ->
Result
<
Config
>
Source
§
impl<'a>
IntoConfig
for &'a
str
Source
§
fn
into_config
(self) ->
Result
<
Config
>
Source
§
impl<R>
IntoConfig
for
BufReader
<R>
where R:
Read
,
Source
§
fn
into_config
(self) ->
Result
<
Config
>
Implementors
§
Source
§
impl
IntoConfig
for
Config
Source
§
impl
IntoConfig
for
Result
<
Config
>