summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
MA Beaudet [Wed, 3 Nov 2021 22:30:45 +0000 (23:30 +0100)]
Merge branch 'main' of mars:/srv/git/actix-gcd
* 'main' of mars:/srv/git/actix-gcd:
refactor: replaced target flags with feature flags
MA Beaudet [Mon, 18 Oct 2021 11:16:21 +0000 (13:16 +0200)]
refactor: replaced target flags with feature flags
Pass Automated Testing Suite [Mon, 18 Oct 2021 11:16:21 +0000 (13:16 +0200)]
refactor: replaced target flags with feature flags
Pass Automated Testing Suite [Mon, 18 Oct 2021 11:07:45 +0000 (13:07 +0200)]
refactor: GcdParameters impl fmt::Display and gcd. Index html now static
axum and actix-web now returns GcdParameters' fmt::Display. They also
serve the same static html.
gcd function is now part of GcdParameters as a method.
Pass Automated Testing Suite [Sun, 17 Oct 2021 10:18:11 +0000 (12:18 +0200)]
Add optional axum build configuration and README
Pass Automated Testing Suite [Sat, 16 Oct 2021 19:07:16 +0000 (21:07 +0200)]
initial commit