Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oovm/shape-rs
- Owner: oovm
- License: mpl-2.0
- Created: 2022-03-26T13:17:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T10:11:03.000Z (7 months ago)
- Last Synced: 2024-11-28T22:52:17.100Z (about 1 month ago)
- Topics: cgal-library, geometry, rust
- Language: Rust
- Homepage: https://docs.rs/shape-core
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
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 |