Note: This project is under active development and not yet production-ready. Status: Accepted.
Core FHIR server of the OctoFHIR ecosystem, built in Rust.
cargo run # Run server
cargo test # Run tests
cargo build --release # Build release binarycargo watch -x run # Auto-reload on changes
cargo clippy # Lint
cargo fmt # Format code
cargo doc --open # Generate and open docsConfiguration via octofhir.toml. Override path with OCTOFHIR_CONFIG env var.
