vkml 0.0.1

A High-level Vulkan-based machine learning library
Documentation
1
2
3
4
5
6
7
//! VKML — Vulkan Machine Learning
//!
//! Work in progress. Visit: <https://github.com/PieInOblivion/VKML>

pub fn placeholder() {
    unimplemented!("This library is still under development. Visit: https://github.com/PieInOblivion/VKML");
}