post-archiver 0.5.7

A Unify Archive
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Manager database operation tests
//!
//! Comprehensive tests for all manager functionality including:
//! - CRUD operations for all entity types
//! - Relationship management
//! - Query operations
//! - Error handling and edge cases

pub mod author;
pub mod collection;
pub mod file_meta;
pub mod platform;
pub mod post;
pub mod tag;