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
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
Crate repeater
repeater
0.1.0
All Items
Sections
repeater
Crate 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
)*
.