laykit 0.0.0

laykit - Production-ready Rust library for GDSII and OASIS IC layout file formats
Documentation
[book]
title = "LayKit Documentation"
authors = ["Giridhar Salana <giridharsalana@gmail.com>"]
description = "Production-ready Rust library for GDSII and OASIS IC layout file formats"
language = "en"
multilingual = false
src = "book/src"

[build]
build-dir = "book/build"

[output.html]
default-theme = "rust"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/giridharsalana/laykit"
edit-url-template = "https://github.com/giridharsalana/laykit/edit/main/{path}"
site-url = "https://giridharsalana.github.io/laykit/"
cname = "giridharsalana.github.io"
additional-css = ["book/theme/custom.css"]
additional-js = ["book/theme/custom.js"]

[output.html.fold]
enable = true
level = 0

[output.html.playground]
editable = true
copyable = true
line-numbers = true

[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-boolean-and = true
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3