commit | d7fd3aeb2321402d0ecab305db6a33e618610a4a | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <vasilvv@google.com> | Tue Aug 20 17:01:49 2019 -0400 |
committer | Victor Vasiliev <vasilvv@google.com> | Tue Aug 20 17:01:49 2019 -0400 |
tree | 157937cba57175692bde561e33a4bf7265b5eb84 | |
parent | f0c48d2c5b08790fc070a15f46513a4ee57b51c9 [diff] |
Add a README
This is a copy of Chrome's URL parsing library, adapted to work with Bazel. It is meant to be used by QUICHE, but can be also used by other projects that use Bazel.
In order to be used successfully, -std=c++14
and -fno-strict-aliasing
compile flags are required.
For questions, contact proto-quic@chromium.org.