rtaichi_attr_impl 0.0.2+1.3.0

Rust language binding to the Taichi Runtime C-API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod expr_utils;

pub mod error;
pub mod type_hint;
pub mod arg_ty;
pub mod arg;
pub mod instr;
pub mod kernel;

pub mod print;
pub mod macro_gen;

pub use error::Result;