Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganise modules #824

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Reorganise modules #824

merged 1 commit into from
Oct 18, 2023

Commits on Oct 18, 2023

  1. Reorganise modules

    While working on adding delta xDS I was finding a lot of our module
    organisation to be quite messy and there was clear groupings of
    functionality.
    
    This commit doesn't make any functional changes it only changes the
    layout of the following modules.
    
    * proxy -> cli::proxy
    * utils -> codec::base64 (Loggable trait moved to lib.rs)
    * prost -> codec::prost
    * protocol -> codec::qcmp
    * ttl_map -> collections::ttl
    * endpoint -> net::endpoint
    * metadata -> net::endpoint::metadata
    * xds -> net::xds
    * test_utils -> test
    XAMPPRocky committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c0d341e View commit details
    Browse the repository at this point in the history