Page MenuHomePhabricator

[service] Move services lib to shared
ClosedPublic

Authored by michal on Dec 8 2023, 6:45 AM.
Tags
None
Referenced Files
F2168061: D10256.id34837.diff
Tue, Jul 2, 8:17 AM
Unknown Object (File)
Mon, Jul 1, 12:53 AM
Unknown Object (File)
Sat, Jun 29, 4:13 PM
Unknown Object (File)
Tue, Jun 25, 11:49 AM
Unknown Object (File)
Tue, Jun 25, 11:49 AM
Unknown Object (File)
Tue, Jun 25, 11:49 AM
Unknown Object (File)
Tue, Jun 25, 11:49 AM
Unknown Object (File)
Tue, Jun 25, 11:49 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
Lint Not Applicable
Unit
Tests Not Applicable