Docs.rs
peep-0.1.6
peep 0.1.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ryochack
Dependencies
ctrlc ^3.2
normal
getopts ^0.2
normal
inotify ^0.10
normal
libc ^0.2
normal
mio ^0.8
normal
nix ^0.24
normal
regex ^1.5
normal
termion ^1.5
normal
termios ^0.3
normal
unicode-width ^0.1
normal
Versions
19.02%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
KeyParser
peep
0.1.6
KeyParser
Required Methods
parse
Implementors
In peep::
keybind
peep
::
keybind
Trait
KeyParser
Copy item path
Source
pub trait KeyParser { // Required method fn
parse
(&mut self, c:
char
) ->
Option
<
PeepEvent
>; }
Required Methods
§
Source
fn
parse
(&mut self, c:
char
) ->
Option
<
PeepEvent
>
Implementors
§
Source
§
impl<'a>
KeyParser
for
KeyBind
<'a>