Page MenuHomePhabricator

[services] Tunnelbroker - Renaming Rust library directory from `rust-notifications` to `rust-lib`
ClosedPublic

Authored by max on Sep 29 2022, 4:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 13, 2:24 AM
Unknown Object (File)
Fri, Sep 13, 2:24 AM
Unknown Object (File)
Fri, Sep 13, 2:24 AM
Unknown Object (File)
Fri, Sep 13, 2:24 AM
Unknown Object (File)
Fri, Sep 13, 2:23 AM
Unknown Object (File)
Fri, Sep 13, 2:23 AM
Unknown Object (File)
Fri, Sep 13, 2:15 AM
Unknown Object (File)
Sat, Sep 7, 3:23 AM

Details

Summary

This diff renaming the Rust code directory from rust-notifications to rust-lib name, because we are going to use a single Rust library with the submodules instead of building separate Rust libraries.

This is a part of the stack.
The full context is available in the Linear task.

Related Linear task: ENG-1895

Test Plan

Service is successfully built and the Rust function is successfully called from the C++ side.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max held this revision as a draft.

Updating .gitignore file with the new directory name.

max published this revision for review.Sep 29 2022, 6:03 AM
max edited the summary of this revision. (Show Details)
max edited the test plan for this revision. (Show Details)
max added reviewers: michal, tomek.
marcin added a reviewer: tomek.
This revision is now accepted and ready to land.Sep 30 2022, 6:14 AM

Rebased on master changes.