Ada 2.7.8
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
character_sets.h
Go to the documentation of this file.
1
7#ifndef ADA_CHARACTER_SETS_H
8#define ADA_CHARACTER_SETS_H
9
10#include "ada/common_defs.h"
11#include <cstdint>
12
20namespace ada::character_sets {
22} // namespace ada::character_sets
23
24#endif // ADA_CHARACTER_SETS_H
Common definitions for cross-platform compiler support.
#define ada_really_inline
Definition common_defs.h:84
Includes the definitions for unicode character sets.
ada_really_inline bool bit_at(const uint8_t a[], const uint8_t i)
ada_warn_unused ada::result< result_type > parse(std::string_view input, const result_type *base_url=nullptr)