[go: up one dir, main page]

itertools 0.2.7

extra iterator adaptors, functions and macros
Documentation
1
2
3
4
5
6
7
STYLE = customdocstyle.html
SRC = src/lib.rs

docs: $(STYLE) $(SRC)
	rustdoc --html-in-header $(STYLE) -L target/deps $(SRC)

.PHONY: docs