manas_storage 0.1.0

This crate provides traits and implementations for a `SolidStorage`, and `SolidStorageService`, (a solid-protocol compatible http service over a storage).
Documentation
1
2
3
4
5
6
7
8
9
//! I define few implementations of [`MethodPolicy`](super::MethodPolicy).
//!

/// I define a basic [`MethodPolicy`] that supports
/// patch method over rdf documents, along with other defaults.
///
mod rdf_patching;

pub use rdf_patching::*;