synta 0.1.6

ASN.1 parser, decoder, and encoder library with DER/BER support and C FFI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# API Reference for Rust Crates

<style>
  /* Remove content padding and width cap so the iframe fills edge-to-edge */
  .content main { padding: 0 !important; max-width: none !important; }
</style>

<iframe
  src="api/synta/index.html"
  style="width:100%; height:calc(100vh - var(--menu-bar-height, 50px)); border:none; display:block;"
  title="Synta Rust API Reference (rustdoc)">
</iframe>

> If the frame above is empty, build the documentation first:
> ```bash
> bash contrib/ci/local-ci.sh doc
> ```