renew-traits 0.1.0

A collection of utility traits for initializing, filling, and managing collections or data structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
TEST := xxx

default: build

build:
	cargo build

test_one:
	cargo test -- --test $(TEST)

test:
	cargo test