First draft of pybind11

Having issues with the Rust code taking *forever*. Going to break out
the compiler explorer and see if it's doing something different from
C++.
This commit is contained in:
2020-06-29 18:26:03 -04:00
parent b8c12b9cc1
commit 5c13a8cf8d
2 changed files with 164 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ _site/
.sass-cache/
.jekyll-metadata
.bundle/
vendor/
vendor/
.vscode/