This is a student project. This is done just for fun. Please do not use this for anything serious!
This package aims to provide custom data types in python, implemented in rust, for data models that are relevant in the Singaporean context.
For now, only the NRIC
data model is provided. Read more in the docs.
Mainly, just for fun and to illustrate the possibility of using pyo3 Rust-python bindings for practical purposes.
Learnt a lot of Rust and Python through this exercise.