regno
is an application for looking up vehicle registration numbers and car information.
- ๐ธ๐ช Supports Swedish Plates
- ๐ณ๐ด Supports Norwegian Plates
- ๐ฎ๐ช Supports Irish Plates
- More countries to come!
Hint: This project is still in development and was created as my learning experience for Rust. E.g., it lacks moderate error-handling for now.
types.rs
: Contains the types used for describing car information.biluppgifter.rs
: Performs operations for fetching and processing Swedish car information. ๐ธ๐ชncts.rs
: Performs operations for fetching and processing Irish car information. ๐ฎ๐ชregnr.rs
: Performs operations for fetching and processing Norwegian car information. ๐ณ๐ดmain.rs
: The main program where everything runs.utils.rs
: Helper functions and utilities used throughout the project.
regno
โโโ src
โ โโโ biluppgifter.rs // Handles Swedish car information ๐ธ๐ช
โ โโโ ncts.rs // Handles Irish car information ๐ฎ๐ช
โ โโโ types.rs // Types used for describing car information
| โโโ regnr.rs // Handles Norwegian car information ๐ณ๐ด
โ โโโ main.rs // Main program
โ โโโ utils.rs // Utility functions
โโโ README.md
- Rust 1.52 or higher
-
Clone this repository:
git clone https://github.com/jackbillstrom/regno.git
-
Build the project:
cd regno cargo build
Run the program with:
cargo run -- ced267
./regno ced267
If you'd like to contribute, please create a Pull Request.
This project is licensed under the MIT License.