-
Notifications
You must be signed in to change notification settings - Fork 56
Split repo into two crates #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing, that looks very clear 👌 A few comments/questions
b826565
to
0c1c815
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Awesome, thanks!
0c1c815
to
40b0128
Compare
This commit splits the repository into two crates: `tss-esapi` for the Rust-native, idiomatic interface, and `tss-esapi-sys` for the FFI bindings. This is the first step in the process and probably multiple other PRs will be needed to clean up. Signed-off-by: Ionut Mihalcea <[email protected]>
40b0128
to
1991748
Compare
This commit splits the repository into two crates:
tss-esapi
for theRust-native, idiomatic interface, and
tss-esapi-sys
for the FFIbindings.
This is the first step in the process and probably multiple other PRs
will be needed to clean up.
Signed-off-by: Ionut Mihalcea [email protected]