Docs.rs
syntax-rs-0.1.1
syntax-rs 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Bitbot25
Dependencies
cfg-if ^1.0.0
normal
unicode-xid ^0.2.3
normal
Versions
3.28%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In syntax_rs
?
Macro
syntax_rs
::
count_tt
source
·
[
−
]
macro_rules!
count_tt
{ () => { ... }; (
$
x
:
tt
$(
$
xs
:
tt
)
*
) => { ... }; }