Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Moosems/Mojo-Types
Some useful types and functions for use in Mojo code
https://github.com/Moosems/Mojo-Types
Last synced: 27 days ago
JSON representation
Some useful types and functions for use in Mojo code
- Host: GitHub
- URL: https://github.com/Moosems/Mojo-Types
- Owner: Moosems
- License: mit
- Created: 2023-09-14T22:03:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T20:58:09.000Z (8 months ago)
- Last Synced: 2024-04-02T21:56:13.043Z (8 months ago)
- Language: Mojo
- Size: 40 KB
- Stars: 29
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mojo - Mojo-Types - Some useful types and functions for use in Mojo code. (🗂️ Libraries / Data Structures)
README
# Mojo-Types
This repo contains some useful types and functions to use in Mojo. To use a type/function, simply copy the `types` folder and import it into your project. Documentation on each type can be found in the respective README of the folder.
Documentation should follow a style similar to that used in the official [Mojo Docs](https://docs.modular.com/mojo/).## Contributing:
To add a type/function: put it in its own folder which has a main file (same name as the folder) and a README containing documentation and open a PR.
To update docs: open a PR with your fixes and they will be reviewed shortly thereafter.## Here are the types/functions currently in the repo:
- ### `Array` (type)
- ### `Matrix` (type)
- ### `input()` (function)
- ### `Pair` (type)
- ### `DodgyString` (type) (found in `dodgy`)
- ### `SetInt` (type) (found in `set`)