-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: merge neqo-client and neqo-server into neqo-bin
This commit merges the `neqo-client` and `neqo-server` crates into a single new `neqo-bin` crate. In addition it de-duplicates command line argument definitions by introducing a `SharedArgs` `struct`. Future commits will consolidate more shared code into `neqo-bin/src/lib.rs` and its sub-modules. Note that binary names are unchanged. E.g. one can still run the client via `cargo run --bin neqo-client`. See `neqo-bin/Cargo.toml` for binary declarations.
- Loading branch information
Showing
7 changed files
with
285 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.