ada-d

June 9, 2025 ยท View on GitHub

D bindings for Ada URL parser

The Ada library passes the full range of tests from the specification, across a wide range of platforms (e.g., Windows, Linux, macOS). It fully supports the relevant Unicode Technical Standard.

Requirements

  • D toolchain
  • C++20 toolchain (system default)

For Wasm32

Usage

See here unittests for make a usage example. You can run it locally with dub test or dub :benchmark to run benchmark (see: here). Feel free to adjust it for exploring this project.

Acknowledgements