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"); }