tyt-material 0.1.6

Command-line tools for working with materials.
Documentation
1
2
3
4
use crate::Error;
use std::result::Result as StdResult;

pub type Result<T> = StdResult<T, Error>;