libcint 0.3.1

FFI binding and GTO wrapper for libcint (C library)
Documentation
1
2
3
4
5
6
7
//! FFI binding and basic wrapper.

pub mod cecp_ffi;
pub mod cecp_wrapper;
pub mod cint_ffi;
pub mod cint_wrapper;
pub mod wrapper_traits;