mastodon API rust lib elefren, fixed and updated. and also all ASYNC! NB. most examples are now wrong.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
elefren-fork/Makefile

8 行
135 B

DOCS := $(PWD)/docs
book: $(DOCS)/guide/index.html
$(DOCS)/guide/index.html: $(DOCS)/src/*.md
cd docs && mdbook build
.PHONY: book