https://github.com/stjudecloud/ecc
The Encyclopedia of Composable Characteristics (ECC).
https://github.com/stjudecloud/ecc
Last synced: 4 months ago
JSON representation
The Encyclopedia of Composable Characteristics (ECC).
- Host: GitHub
- URL: https://github.com/stjudecloud/ecc
- Owner: stjudecloud
- License: apache-2.0
- Created: 2024-11-18T22:23:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T17:05:05.000Z (about 1 year ago)
- Last Synced: 2025-04-21T18:23:42.894Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 101 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
The Encyclopedia
of Composable Characteristics
## 🖥️ Development
To bootstrap a development environment, please use the following commands.
```bash
# Clone the repository
git clone git@github.com:stjudecloud/ecc.git
cd ecc
# Build the crate in release mode
cargo build --release
# List out the examples
cargo run --release --example
```
## 🚧️ Tests
Before submitting any pull requests, please make sure the code passes the
following checks (from the root directory).
```bash
# Run the project's tests.
cargo test --all-features
# Run the tests for the examples.
cargo test --examples --all-features
# Ensure the project doesn't have any linting warnings.
cargo clippy --all-features
# Ensure the project passes `cargo fmt`.
# Currently this requires nightly Rust
cargo +nightly fmt --check
# Ensure the docs build.
cargo doc
```
## 🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check
[issues page](https://github.com/stjudecloud/ecc/issues).
## 📝 License
This project is licensed as either [Apache 2.0][license-apache] or
[MIT][license-mit] at your discretion.
Copyright © 2024-Present [St. Jude Children's Research Hospital](https://github.com/stjude).
[license-apache]: https://github.com/stjudecloud/ecc/blob/main/LICENSE-APACHE
[license-mit]: https://github.com/stjudecloud/ecc/blob/main/LICENSE-MIT