https://github.com/okorolev/rust.python_enums
https://github.com/okorolev/rust.python_enums
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/okorolev/rust.python_enums
- Owner: okorolev
- Created: 2019-01-15T06:13:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T16:13:07.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T23:34:02.005Z (10 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Rust python enum implementation. Project is abandoned.
### Run
```bash
$ rustup toolchain install nightly-2019-02-22
$ rustup override set nightly-2019-02-22
$ ./check.sh
```