Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`)