[PR #589] [MERGED] Clean up directory structure of crates #1538

Closed
opened 2026-03-16 02:11:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/589
Author: @bluejekyll
Created: 10/21/2018
Status: Merged
Merged: 10/22/2018
Merged by: @bluejekyll

Base: masterHead: move_all_pub_crates_to_crates


📝 Commits (4)

  • 7c5fd65 Move all public crates into crates/
  • a2987dc move test certs into tests/test-data
  • 419db45 fix benches
  • 5fe6919 fix compatibility tests

📊 Changes

309 files changed (+165 additions, -159 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 Cargo.toml (+10 -10)
📝 crates/client/Cargo.toml (+0 -0)
📝 crates/client/README.md (+0 -0)
📝 crates/client/benches/lower_name_benches.rs (+0 -0)
📝 crates/client/src/client/client.rs (+0 -0)
📝 crates/client/src/client/client_connection.rs (+0 -0)
📝 crates/client/src/client/client_future.rs (+0 -0)
📝 crates/client/src/client/memoize_client_handle.rs (+0 -0)
📝 crates/client/src/client/mod.rs (+0 -0)
📝 crates/client/src/client/rc_future.rs (+0 -0)
📝 crates/client/src/error/client_error.rs (+0 -0)
📝 crates/client/src/error/dnssec_error.rs (+0 -0)
📝 crates/client/src/error/lexer_error.rs (+0 -0)
📝 crates/client/src/error/mod.rs (+0 -0)
📝 crates/client/src/error/parse_error.rs (+0 -0)
📝 crates/client/src/https_client_connection.rs (+0 -0)
📝 crates/client/src/lib.rs (+0 -0)
📝 crates/client/src/multicast/mdns_client_connection.rs (+0 -0)
📝 crates/client/src/multicast/mod.rs (+0 -0)

...and 80 more files

📄 Description

Cleaning up some of the directory structure.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/589 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/21/2018 **Status:** ✅ Merged **Merged:** 10/22/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `move_all_pub_crates_to_crates` --- ### 📝 Commits (4) - [`7c5fd65`](https://github.com/hickory-dns/hickory-dns/commit/7c5fd659956c0865bf28447d82af9fc16cc432d0) Move all public crates into crates/ - [`a2987dc`](https://github.com/hickory-dns/hickory-dns/commit/a2987dcc7a3852908c7d0eae5edcf0a8ade0b5d9) move test certs into tests/test-data - [`419db45`](https://github.com/hickory-dns/hickory-dns/commit/419db4522710a750d98aaa1c3669e7eb3c5cec4c) fix benches - [`5fe6919`](https://github.com/hickory-dns/hickory-dns/commit/5fe6919b0804ab8301d82754e744e95761454bbf) fix compatibility tests ### 📊 Changes **309 files changed** (+165 additions, -159 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `Cargo.toml` (+10 -10) 📝 `crates/client/Cargo.toml` (+0 -0) 📝 `crates/client/README.md` (+0 -0) 📝 `crates/client/benches/lower_name_benches.rs` (+0 -0) 📝 `crates/client/src/client/client.rs` (+0 -0) 📝 `crates/client/src/client/client_connection.rs` (+0 -0) 📝 `crates/client/src/client/client_future.rs` (+0 -0) 📝 `crates/client/src/client/memoize_client_handle.rs` (+0 -0) 📝 `crates/client/src/client/mod.rs` (+0 -0) 📝 `crates/client/src/client/rc_future.rs` (+0 -0) 📝 `crates/client/src/error/client_error.rs` (+0 -0) 📝 `crates/client/src/error/dnssec_error.rs` (+0 -0) 📝 `crates/client/src/error/lexer_error.rs` (+0 -0) 📝 `crates/client/src/error/mod.rs` (+0 -0) 📝 `crates/client/src/error/parse_error.rs` (+0 -0) 📝 `crates/client/src/https_client_connection.rs` (+0 -0) 📝 `crates/client/src/lib.rs` (+0 -0) 📝 `crates/client/src/multicast/mdns_client_connection.rs` (+0 -0) 📝 `crates/client/src/multicast/mod.rs` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Cleaning up some of the directory structure. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:11:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1538
No description provided.