1
0
Fork 0
Find a file
Daniel Baumann b06d3acde8
Adding upstream version 0.0.22.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 18:41:54 +02:00
.github/workflows Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
icann-rdap-cli Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
icann-rdap-client Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
icann-rdap-common Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
icann-rdap-srv Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
.gitignore Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
Cargo.lock Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
Cargo.toml Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
Cross.toml Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
LICENSE-APACHE Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
LICENSE-MIT Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
README.md Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
release.md Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00
rustfmt.toml Adding upstream version 0.0.22. 2025-05-08 18:41:54 +02:00

ICANN RDAP

This repository contains open source code written by the Internet Corporation for Assigned Names and Numbers (ICANN). for use with the Registry Data Access Protocol (RDAP). RDAP is standard of the IETF, and extensions to RDAP are a current work activity of the IETF's REGEXT working group. More information on ICANN's role in RDAP can be found here. General information on RDAP can be found here.

About

This repository hosts 4 separate packages (i.e. Rust crates):

Example of rdap command

Installation and Usage

See the project wiki for information on installation and usage of this software.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution, as defined in the Apache-2.0 license, intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed pursuant to the Apache License, Version 2.0 or the MIT License referenced as above, at ICANNs option, without any additional terms or conditions.

How To Contribute

Before working on a Pull Request (PR), seek advice from the maintainers regarding the acceptance of the PR. To do this, submit an issue outlining the idea for the PR. If the maintainers agree that the contribution would be welcome, they will assign the issue to you.

When submitting the PR, submit it against the 'dev' branch (not the 'main' branch).