added book

This commit is contained in:
specCon18 2023-09-06 06:27:53 -04:00
parent 5b17708306
commit 2066b99147
6 changed files with 15 additions and 2 deletions

3
.gitignore vendored
View file

@ -2,7 +2,8 @@
.direnv
result
test_data/
output_directory/
output_directory/
docs/book/
# Added by cargo
#
# already existing elements were commented out

6
docs/book.toml Normal file
View file

@ -0,0 +1,6 @@
[book]
authors = ["specCon18"]
language = "en"
multilingual = false
src = "src"
title = "sk_extract"

4
docs/src/SUMMARY.md Normal file
View file

@ -0,0 +1,4 @@
# Summary
- [CLI](./chapter_1.md)
- [Library](./chapter_2.md)

1
docs/src/chapter_1.md Normal file
View file

@ -0,0 +1 @@
# CLI

1
docs/src/chapter_2.md Normal file
View file

@ -0,0 +1 @@
# Library

View file

@ -21,8 +21,8 @@
rust-analyzer
xz
pkg-config
mdbook
];
};
};
}