| Crates.io | typr |
| lib.rs | typr |
| version | 0.4.8 |
| created_at | 2024-12-10 01:00:35.62776+00 |
| updated_at | 2025-09-24 13:04:37.9131+00 |
| description | A superset of the legendary R |
| homepage | |
| repository | https://github.com/fabriceHategekimana/typr |
| max_upload_size | |
| id | 1477963 |
| size | 1,115,863 |

The link for the official website is here.
type Person = {
name: char,
age: int
};
new_person <- fn(name: char, age: int): Person {
list(name = name, age = age)
};
is_minor <- fn(p: Person): bool {
(p$age) < 18
};
alice <- new_person("Alice", 35);
alice.is_minor()
Hey awesome scientist!
If this project sparks your curiosity, makes your life easier, or simply inspires you, here’s how you can help it grow:
Every little action counts — together we can make this project shine even brighter. Thank you✨