scalar_api_reference 0.2.2

Embed Scalar API documentation in Rust web applications
Documentation
<!doctype html>
<html>
  <head>
    <title>Scalar API Reference</title>
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1" />
  </head>

  <body>
    <div id="app"></div>

    <!-- Load the Script -->
    <script src="__JS_BUNDLE_URL__"></script>

    <!-- Initialize the Scalar API Reference -->
    <script>
      Scalar.createApiReference('#app', __CONFIGURATION__)
    </script>
  </body>
</html>