https://github.com/malted/api
My API!
https://github.com/malted/api
hacktoberfest
Last synced: 2 months ago
JSON representation
My API!
- Host: GitHub
- URL: https://github.com/malted/api
- Owner: malted
- Created: 2023-04-05T01:23:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T21:05:08.000Z (over 2 years ago)
- Last Synced: 2025-01-16T22:48:40.475Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Rust
- Homepage:
- Size: 601 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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
```bash
git clone https://github.com/ma1ted/api
cd api
git submodule update --init --recursive
```