rudof_mcp 0.2.19

RDF data shapes implementation in Rust
1
2
3
4
5
6
7
8
// #[cfg(target_family = "wasm")]
// compile_error!("This crate is not intended to be used in a WebAssembly environment.");

#[cfg(not(target_family = "wasm"))]
pub mod server;

#[cfg(not(target_family = "wasm"))]
pub mod service;