Page MenuHomePhabricator

[service] Move services lib to shared
ClosedPublic

Authored by michal on Dec 8 2023, 6:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 11:39 AM
Unknown Object (File)
Wed, Nov 6, 8:22 PM
Unknown Object (File)
Sun, Nov 3, 9:12 AM
Unknown Object (File)
Fri, Oct 18, 3:43 AM
Unknown Object (File)
Fri, Oct 18, 3:42 AM
Unknown Object (File)
Fri, Oct 18, 3:42 AM
Unknown Object (File)
Fri, Oct 18, 3:42 AM
Unknown Object (File)
Fri, Oct 18, 3:42 AM
Subscribers

Details

Summary

Part of ENG-5555 -> in order to move the backup client from commtest to shared (to use it from native) we need to move the comm_services_lib to shared, because the client uses e.g. the UserIdentity struct. It would be good to have a common library for all Rust code in our codebase anyway. This diff also renames the library to comm_lib as it will stop being used only for services.

Test Plan

Find-and-replace comm_services_lib with comm_lib. Test if all services build.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage