1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * File: lib.rs
 * Project: src
 * Created Date: 27/05/2021
 * Author: Shun Suzuki
 * -----
 * Last Modified: 31/05/2022
 * Modified By: Shun Suzuki (suzuki@hapis.k.u-tokyo.ac.jp)
 * -----
 * Copyright (c) 2021 Shun Suzuki. All rights reserved.
 *
 */

mod error;
mod native_methods;
mod twincat_link;

pub use twincat_link::TwinCAT;