Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ControlCommand
/
rustapi
Public template
forked from
ndelvalle/rustapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rustapi
src
on
master
User selector
All users
All time
Commit history
Commits on Feb 5, 2023
Update ObjectID parsing error handling (#200)
Show description for 0f35178
ndelvalle
authored
0f35178
View commit details
Copy full SHA for 0f35178
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
Add CORS configuration (#198)
Show description for b860e1e
ndelvalle
authored
b860e1e
View commit details
Copy full SHA for b860e1e
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
Update axum to version 6 (#193)
Show description for 31f7e2e
ndelvalle
authored
31f7e2e
View commit details
Copy full SHA for 31f7e2e
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
Update error codes and update readme documentation (#189)
Show description for b623efe
ndelvalle
authored
b623efe
View commit details
Copy full SHA for b623efe
View code at this point
Browse repository at this point
Commits on Jan 14, 2023
Simplify response errors (#185)
ndelvalle
authored
7b25edb
View commit details
Copy full SHA for 7b25edb
View code at this point
Browse repository at this point
Simplify test setup using lazy static (#184)
Show description for 5d050a2
ndelvalle
authored
5d050a2
View commit details
Copy full SHA for 5d050a2
View code at this point
Browse repository at this point
Update database connection logic using lazy_static (#183)
Show description for e99102e
ndelvalle
authored
e99102e
View commit details
Copy full SHA for e99102e
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Update settings usage (#180)
ndelvalle
authored
4de0201
View commit details
Copy full SHA for 4de0201
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
Move all public routes to a /v1 path (#153)
ndelvalle
authored
e04969d
View commit details
Copy full SHA for e04969d
View code at this point
Browse repository at this point
Update lib folder name based on clippy suggestions (#152)
ndelvalle
authored
557b5c3
View commit details
Copy full SHA for 557b5c3
View code at this point
Browse repository at this point
Commits on Oct 29, 2022
Implement pagination (#149)
Show description for 8d3a706
ndelvalle
authored
8d3a706
View commit details
Copy full SHA for 8d3a706
View code at this point
Browse repository at this point
Move app creation to its own folder (#148)
ndelvalle
authored
839b637
View commit details
Copy full SHA for 839b637
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
Update create response helper (#119)
ndelvalle
authored
f35958d
View commit details
Copy full SHA for f35958d
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
Update custom_response removing not used logic (#113)
ndelvalle
authored
7eb8560
View commit details
Copy full SHA for 7eb8560
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
Update http status codes (#111)
ndelvalle
authored
ad82395
View commit details
Copy full SHA for ad82395
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
Set password cost at compile time (#83)
ndelvalle
authored
9f6bbee
View commit details
Copy full SHA for 9f6bbee
View code at this point
Browse repository at this point
Commits on Jun 11, 2022
Utils (#68)
Show description for 36068c6
ndelvalle
authored
36068c6
View commit details
Copy full SHA for 36068c6
View code at this point
Browse repository at this point
Commits on Jun 5, 2022
Implement remove cat by id route tests (#66)
Show description for f7f32eb
ndelvalle
authored
f7f32eb
View commit details
Copy full SHA for f7f32eb
View code at this point
Browse repository at this point
Commits on Jun 4, 2022
Create get cat by ID route test (#65)
ndelvalle
authored
2539032
View commit details
Copy full SHA for 2539032
View code at this point
Browse repository at this point
Test get cats route (#64)
ndelvalle
authored
7c04979
View commit details
Copy full SHA for 7c04979
View code at this point
Browse repository at this point
Implement create cat test (#63)
Show description for 069fe44
ndelvalle
authored
069fe44
View commit details
Copy full SHA for 069fe44
View code at this point
Browse repository at this point
Speed up tests using a low password hash cost (#62)
ndelvalle
authored
8bd27d1
View commit details
Copy full SHA for 8bd27d1
View code at this point
Browse repository at this point
Commits on Jun 1, 2022
Add test to assert auth route (#61)
ndelvalle
authored
ec86636
View commit details
Copy full SHA for ec86636
View code at this point
Browse repository at this point
Improve create user route test (#60)
Show description for cb36b94
ndelvalle
authored
cb36b94
View commit details
Copy full SHA for cb36b94
View code at this point
Browse repository at this point
Commits on May 30, 2022
Add create user test and update setup (#59)
Show description for 5cf1066
ndelvalle
authored
5cf1066
View commit details
Copy full SHA for 5cf1066
View code at this point
Browse repository at this point
Commits on May 25, 2022
Add atomic bool on database setup fn to make sure we call it at most once
ndelvalle
committed
cd06b20
View commit details
Copy full SHA for cd06b20
View code at this point
Browse repository at this point
Update variable name
ndelvalle
committed
bae8a98
View commit details
Copy full SHA for bae8a98
View code at this point
Browse repository at this point
Store a global database connection and re use it
ndelvalle
committed
077de53
View commit details
Copy full SHA for 077de53
View code at this point
Browse repository at this point
Update test setup timers
ndelvalle
committed
f8c960a
View commit details
Copy full SHA for f8c960a
View code at this point
Browse repository at this point
Remove random test
ndelvalle
committed
af61535
View commit details
Copy full SHA for af61535
View code at this point
Browse repository at this point
Setup test env
ndelvalle
committed
3791f7d
View commit details
Copy full SHA for 3791f7d
View code at this point
Browse repository at this point
Commits on May 14, 2022
Update logger setup fn
ndelvalle
committed
55de44f
View commit details
Copy full SHA for 55de44f
View code at this point
Browse repository at this point
Use lazy_static to store settings
ndelvalle
committed
d17f2c0
View commit details
Copy full SHA for d17f2c0
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
Upgrade axum, tracing, tracing-subscriber, tower-http, async-trait and bcrypt
ndelvalle
committed
6d3b24e
View commit details
Copy full SHA for 6d3b24e
View code at this point
Browse repository at this point
Commits on Mar 9, 2022
Improve model structs
ndelvalle
committed
aa138b7
View commit details
Copy full SHA for aa138b7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.