mant-loader 0.11.0

Read-only local document discovery and bounded loading for ManT
Documentation
1
2
3
4
5
6
7
8
9
//! Discovers and reads installed tldr state without maintenance authority.

mod cache;

pub use cache::{
    HostPlatform, TldrCacheError, get_system_tldr_cache_dirs, get_tldr_cache_dir,
    get_tldr_languages, get_tldr_platforms, get_tldr_read_cache_dirs, normalize_tldr_topic,
    read_cached_tldr_page,
};