Skip to content

csarcom/apis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APIs

Cloc

Rust

cloc rustapi --exclude-dir=target
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Rust                             7             39              0            178
TOML                             1              2              1             12
-------------------------------------------------------------------------------
SUM:                             8             41              1            190
-------------------------------------------------------------------------------

C#

cloc netcoreapi
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
C#                              14             54              8            340
JSON                             3              0              0             50
MSBuild script                   4             13              0             37
-------------------------------------------------------------------------------
SUM:                            21             67              8            427
-------------------------------------------------------------------------------

Python/Django Rest Framework

cloc pythondjango --exclude-dir migrations
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                           9             41              2            127
-------------------------------------------------------------------------------
SUM:                             9             41              2            127
-------------------------------------------------------------------------------

RustAPI

Based on Article: Creating a Rest API in Rust With Warp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 50.2%
  • Rust 26.6%
  • Python 22.9%
  • Go 0.3%