rudof_lib 0.3.9

RDF and Knowledge Graphs processing tool
1
2
3
4
5
use crate::Rudof;

pub fn version(rudof: &Rudof) -> &str {
    &rudof.version
}