Skip to content

kassane/ada-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ada-d

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++ toolchain (system default)

Usage

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

Acknowledgements