https://github.com/anshulrgoyal/ashuanu
A small compiler
https://github.com/anshulrgoyal/ashuanu
Last synced: 3 months ago
JSON representation
A small compiler
- Host: GitHub
- URL: https://github.com/anshulrgoyal/ashuanu
- Owner: anshulrgoyal
- License: apache-2.0
- Created: 2020-09-10T15:18:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T15:19:30.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T04:44:45.974Z (4 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ashuanu
[](https://crates.io/crates/ashuanu)
[](https://docs.rs/ashuanu)
[](https://github.com/anshulrgoyal/ashuanu/actions)
[](https://coveralls.io/github/anshulrgoyal/ashuanu?branch=master)## Installation
### Cargo
* Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
* run `cargo install ashuanu`## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.See [CONTRIBUTING.md](CONTRIBUTING.md).