synta 0.1.12

ASN.1 parser, decoder, and encoder library with DER/BER support and C FFI
Documentation
[book]
title = "Synta Rust API"
authors = ["Synta contributors"]
description = "Rust API reference and guide for the synta ASN.1 library"
language = "en"
src = "src"

[build]
build-dir = "../../target/mdbook/rust"
create-missing = false

[preprocessor.example-pages]
command = "python3 ../../contrib/mdbook-example-pages.py"

[preprocessor.mermaid]
command = "mdbook-mermaid"

[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "https://codeberg.org/abbra/synta"
edit-url-template = "https://codeberg.org/abbra/synta/src/branch/main/{path}"
additional-css = ["../theme/synta.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]