Commit Graph

4 Commits

Author SHA1 Message Date
Joseph Henry
8c275c4899 Add Rust bindings (alpha) 2021-05-30 19:51:26 -07:00
Erik Hollensbe
97da6e976c Fixed up build to not use concat and rely on cargo/compiler to do this
work

Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
2021-05-26 01:58:21 -07:00
Erik Hollensbe
2dd5f490c7 These are some things I noticed while working in this tree:
- target/ was not in .gitignore
- src/libzt.rs is generated, put in .gitignore and deleted
- time_t was not defined; libc is a build dep so didn't want to bring it
  in for a type. Decided to just typedef it.

Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
2021-05-26 00:55:15 -07:00
Joseph Henry
2a41301e33 Add Rust bindings (WIP) 2021-05-24 21:29:57 -07:00