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)
Wed, Mar 12, 6:28 PM
Unknown Object (File)
Feb 20 2025, 10:17 PM
Unknown Object (File)
Feb 19 2025, 2:53 PM
Unknown Object (File)
Jan 31 2025, 5:33 AM
Unknown Object (File)
Jan 31 2025, 5:33 AM
Unknown Object (File)
Jan 31 2025, 5:33 AM
Unknown Object (File)
Jan 31 2025, 5:33 AM
Unknown Object (File)
Jan 31 2025, 5:33 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