url-macro 0.1.9

A compile-time URL validation macro. Parses and checks URLs at compile-time, converting valid URLs into `url::Url` objects. Provides early error detection for malformed URLs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "fmt": {
    "lineWidth": 100500,
    "semiColons": false
  },
  "compilerOptions": {
    "strict": true,
    "noErrorTruncation": true,
    "exactOptionalPropertyTypes": true,
    "noFallthroughCasesInSwitch": true,
    "noUncheckedIndexedAccess": true
  }
}