Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oovm/shape-rs

Strongly typed CGAL with generics, cross-platform with pure rust.
https://github.com/oovm/shape-rs

cgal-library geometry rust

Last synced: 26 days ago
JSON representation

Strongly typed CGAL with generics, cross-platform with pure rust.

Awesome Lists containing this project

README

        

Rust Template Project
=====================

Rust template project for monorepo

## Change the initial commit

```shell
git commit --amend --message "๐ŸŽ‚ Project initialized!" --date "2012-12-12"
```

## Emoji Comment

| Emoji | Meaning |
|--------|------------------------------|
| ๐ŸŽ‚ | Project initialized! |
| ๐ŸŽ‰ | Release new version |
| ๐Ÿงช๐Ÿ”ฎ | Experimental code |
| ๐Ÿ”ง๐Ÿ›๐Ÿž | Bug fix |
| ๐Ÿ”’ | Security fix |
| ๐Ÿฃ๐Ÿค๐Ÿฅ | Add feature |
| ๐Ÿ“ | Documentation |
| ๐Ÿš€ | Performance improve! |
| ๐Ÿšง | Work in progress |
| ๐Ÿšจ | Test coverage improve! |
| ๐Ÿšฅ | CI improve! |
| ๐Ÿ”ฅ | Remove code or files |
| ๐Ÿงน | Code refactor |
| ๐Ÿ“ˆ | Add analytics or branch code |
| ๐Ÿค– | Automation fix |
| ๐Ÿ“ฆ | Update dependencies |