Docs.rs
repeater-0.1.0
repeater 0.1.0
Permalink
Docs.rs crate page
Zlib OR MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
maia-s
Dependencies
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
repeater
0.1.0
All Items
Macros
Crate
repeater
Copy item path
source
·
[
−
]
Expand description
§
repeater
This crate provides the
repeat!
macro. See the macro for how to use.
Macros
§
repeat
In its simplest form,
repeat
takes a repeat count (an unsigned integer) followed by
=>
and then the tokens to repeat. Wrap sections to be repeated in
#(
and
)*
.