| Crates.io | count_tts |
| lib.rs | count_tts |
| version | 0.2.0 |
| created_at | 2020-10-26 19:36:35.70633+00 |
| updated_at | 2020-10-27 15:15:02.263515+00 |
| description | A simple macro for counting tokens. |
| homepage | |
| repository | https://github.com/camsteffen/count-tts |
| max_upload_size | |
| id | 305719 |
| size | 4,303 |
A simple macro for counting tokens.
use count_tts::count_tts;
assert_eq!(
count_tts!(1 2 3 4 5 6 7),
7
);