Skip to content

malted/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure

api
├── Cargo.lock
├── Cargo.toml
├── data
│   ├── dinosaurs
│   └── enron-emails
└── src
    ├── dinos
    │   └── dinos.rs
    ├── enron
    │   └── enron.rs
    ├── fairings.rs
    ├── lib.rs
    ├── location
    │   └── location.rs
    ├── main.rs
    ├── metrics
    │   ├── metrics.rs
    │   └── visitors.rs
    ├── root
    │   └── root.rs
    └── slow
        └── slow.rs

Development

git clone https://github.com/ma1ted/api
cd api
git submodule update --init --recursive

About

My API!

Topics

Resources

Stars

Watchers

Forks

Languages