fastant 0.1.8

A drop-in replacement for `std::time::Instant` that measures time with high performance and high accuracy powered by Time Stamp Counter (TSC).
1
2
3
4
5
6
7
8
9
10
11
12
comment_width = 120
edition = "2021"
format_code_in_doc_comments = true
group_imports = "StdExternalCrate"
imports_granularity = "Item"
normalize_comments = true
overflow_delimited_expr = true
reorder_imports = true
trailing_comma = "Vertical"
version = "Two"
where_single_line = true
wrap_comments = true