d:
	cargo doc

t:
	cargo test 

tf:
	cargo test --features unchecked_mut,into_precomputed

a:
	-- --show-output

b:
	cargo build
