wordvec 0.1.2

A compact `SmallVec<T>`-like container with only `align_of::<T>()` overhead for small stack-only instances.
Documentation
1
2
3
4
5
6
7
8
fn_single_line = true
format_code_in_doc_comments = true
format_strings = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
struct_field_align_threshold = 40
use_field_init_shorthand = true
use_small_heuristics = "Max"