vertices 0.1.0

A Rust library for building vector-based content management systems
Documentation
1
2
3
4
5
6
7
8
9
//! Vertices - A Rust library for building vector-based content management systems
//! 
//! This library provides tools and utilities for creating and managing
//! vector-based content management systems.

/// A placeholder function for the vertices library
pub fn hello() -> String {
    "Hello from vertices library!".to_string()
}