Page MenuHomeDevCentral

Initialize Limiting Factor crate
ClosedPublic

Authored by dereckson on Sep 4 2018, 12:04.
Tags
None
Referenced Files
F28150539: D1658.id4233.diff
Sun, May 10, 07:21
F28102589: D1658.diff
Sun, May 10, 01:20
F28085027: D1658.id4232.diff
Sat, May 9, 23:08
Unknown Object (File)
Thu, Apr 30, 17:54
Unknown Object (File)
Tue, Apr 28, 18:27
Unknown Object (File)
Sun, Apr 26, 15:10
Unknown Object (File)
Fri, Apr 24, 12:02
Unknown Object (File)
Fri, Apr 24, 06:59
Subscribers
None

Details

Summary

The limiting-factor crate offers facilities to implement a REST API.

The goal of this library is to provide:

  • glue code for Rocket and Diesel
  • standard API replies
  • boilerplate to parse environment and run a server

That allows an API or a back-end web server to focus on requests
and data model, and to maintain helper methods as a separate library.

*Etymology*

Limiting Factor is a (D)GOU in The Player of Games, a Culture novel.

Test Plan

cargo build

Diff Detail

Repository
rLF Limiting Factor
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 2603
Build 2851: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 4 2018, 12:05
This revision was automatically updated to reflect the committed changes.