docs.rs failed to build rdf-model-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rdf-model-0.2.3
RDF.rs: RDF for Rust
RDF.rs is a Rust framework for working with RDF knowledge graphs.
🚧 This is presently under heavy construction.
✨ Features
- 100% pure and safe Rust with minimal dependencies and no bloat.
- Supports
no_stdenvironments from the get-go. - Supports opting out of any feature using comprehensive feature flags.
- Adheres to the Rust API Guidelines in its naming conventions.
- 100% free and unencumbered public domain software.
🛠️ Prerequisites
- Rust 1.85+ (2024 edition)
⬇️ Installation
Installation via Cargo
Installation in Cargo.toml (with all features enabled)
[]
= { = "rdf_rs", = "0.3" }
Installation in Cargo.toml (with only specific features enabled)
[]
= { = "rdf_rs", = "0.3", = false, = ["serde"] }
👉 Examples
Importing the library
use *;
📚 Reference
👨💻 Development