Docs.rs
throne-0.4.1
throne 0.4.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
t-mw
Dependencies
itertools ^0.10
normal
lazy_static ^1.4
normal
pest ^2.1
normal
pest_derive ^2.1
normal
rand ^0.8
normal
regex ^1.4
normal
criterion ^0.3
dev
minifb ^0.19
dev
pretty_assertions ^0.7
dev
console_error_panic_hook ^0.1
normal
getrandom ^0.2
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-test ^0.3
dev
Versions
18.18%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
SideInput
throne
0.4.1
Side
Input
Implementors
In crate throne
throne
Trait
Side
Input
Copy item path
Source
pub trait SideInput:
FnMut
(&
Phrase
) ->
Option
<
Vec
<
Token
>> { }
Implementors
§
Source
§
impl<F>
SideInput
for F
where F:
FnMut
(&
Phrase
) ->
Option
<
Vec
<
Token
>>,