Add actix-web support #10

Merged
asonix merged 1 commits from plume/rocket_i18n:asonix/add-actix into master 5 years ago
asonix commented 5 years ago (Migrated from github.com)

This splits the rocket-specific code into it's own file, and adds an additional file for actix support. It also creates a "rocket" feature, which is enabled by default, and an "actix-web" features, which is disabled by default.

This splits the rocket-specific code into it's own file, and adds an additional file for actix support. It also creates a "rocket" feature, which is enabled by default, and an "actix-web" features, which is disabled by default.
elegaanz (Migrated from github.com) approved these changes 5 years ago
elegaanz (Migrated from github.com) left a comment

Thanks!

Thanks!

Reviewers

The pull request has been merged as 5615407ec4.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b asonix/add-actix master
git pull origin asonix/add-actix

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff asonix/add-actix
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: plume/rocket_i18n#10
Loading…
There is no content yet.