ckandex 0.6.3

An indexer and API for CKAN, written in Rust.
Documentation
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct GitLabEvidence {
    pub sha: String,
    pub filepath: String,
    pub collected_at: String,
}