poet 0.7.0

Static site generator with optional MCP server and LLM SEO optimizations
Documentation
1
2
3
4
5
6
use crate::author::Author;

pub struct AuthorResolveResult {
    pub found_authors: Vec<Author>,
    pub missing_authors: Vec<String>,
}