zv 0.1.2

Ziglang Version Manager and Project Starter
1
2
3
4
5
6
7
8
//! Zig download index representation and management

pub mod index;
pub mod models;

// Re-export types
pub use index::*;
pub use models::*;