{"id":20564219,"url":"https://github.com/nlnetlabs/domain","last_synced_at":"2025-05-14T03:10:58.787Z","repository":{"id":32903020,"uuid":"145591610","full_name":"NLnetLabs/domain","owner":"NLnetLabs","description":"A DNS library for Rust.","archived":false,"fork":false,"pushed_at":"2025-05-08T14:56:38.000Z","size":8086,"stargazers_count":387,"open_issues_count":69,"forks_count":67,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-05-08T15:38:51.892Z","etag":null,"topics":["dns","rust"],"latest_commit_sha":null,"homepage":"https://nlnetlabs.nl/projects/domain/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NLnetLabs.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["NLnetLabs"],"custom":["https://nlnetlabs.nl/funding/"]}},"created_at":"2018-08-21T16:37:32.000Z","updated_at":"2025-05-05T16:44:55.000Z","dependencies_parsed_at":"2023-10-16T19:19:08.692Z","dependency_job_id":"8d7813ed-7d95-4b1e-8f3f-a397ff7e4bd5","html_url":"https://github.com/NLnetLabs/domain","commit_stats":{"total_commits":663,"total_committers":25,"mean_commits":26.52,"dds":0.4600301659125189,"last_synced_commit":"57ff321f72ae5ad69dbd743ba427ca6fa74b5fcf"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLnetLabs%2Fdomain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLnetLabs%2Fdomain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLnetLabs%2Fdomain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLnetLabs%2Fdomain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NLnetLabs","download_url":"https://codeload.github.com/NLnetLabs/domain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059513,"owners_count":22007769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dns","rust"],"created_at":"2024-11-16T04:24:44.130Z","updated_at":"2025-05-14T03:10:53.773Z","avatar_url":"https://github.com/NLnetLabs.png","language":"Rust","funding_links":["https://github.com/sponsors/NLnetLabs","https://nlnetlabs.nl/funding/"],"categories":[],"sub_categories":[],"readme":"# domain – A DNS library for Rust\n\n[![Current](https://img.shields.io/crates/v/domain.svg)](https://crates.io/crates/domain)\n[![Documentation](https://docs.rs/domain/badge.svg)](https://docs.rs/domain)\n[![Mastodon Follow](https://img.shields.io/mastodon/follow/109262826617293067?domain=https%3A%2F%2Ffosstodon.org\u0026style=social)](https://fosstodon.org/@nlnetlabs)\n\nA library for interacting with the Domain Name System. The crate contains\nan ever-growing set of building blocks for including DNS functionality in\napplications.\n\n\nCurrently, these blocks include:\n\n* basic data structures and functionality for creating and parsing DNS\n  data and messages,\n* a simple Tokio-based stub resolver,\n* experimental support for DNS client and server transports,\n* experimental support for reading data from DNS zone files, storing them\n  in memory and answering queries,\n* experimental support for zone transfer, including support for TSIG,\n* experimental and as yet incomplete support for DNSSEC signing and\n  validation.\n\nThe library is currently under\n[heavy development](https://blog.nlnetlabs.nl/domain-foundations-the-first-of-our-five-year-vision/)\nand additional building blocks and features are being added.\n\n\n## Minimal Supported Rust Versions\n\nWe are trying to maintain a decent balance between being able to use older\ncompiler versions and using new features that improve safety and usability\nof the crate.  We will support the latest 4 versions of stable Rust, which is\nabout half a year (24 weeks) past.  This means our MSRV is at least 4 versions\nbehind the latest stable.\n\nWe will bump the MSRV when a dependency requires it (and we cannot support an\nolder version of the dependency) or when we require new language features.  In\neither case, commits bumping the MSRV will document why it occurred.\n\n### Minimum version: 1.79.0\n\nThe `rust-version` given in `Cargo.toml` is the oldest version that can\nbe used to compile the crate with the minimal versions of all dependencies\nselected.\n\nYou can run `cargo +nightly update -Z minimal-versions` to ask Cargo to\nselect these minimal versions for all dependencies.\n\n### Current version: 1.79.0\n\nThis is the minimum Rust version required to build with latest version of\nall dependencies at time of release. `Cargo.lock` contains these versions\nfor reference.\n\n## Licensing\n\nThe domain crate is distributed under the terms of the BSD-3-clause\nlicense. See the [LICENSE] file for details.\n\n[LICENSE]: https://github.com/NLnetLabs/domain/blob/main/LICENSE\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlnetlabs%2Fdomain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlnetlabs%2Fdomain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlnetlabs%2Fdomain/lists"}