-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Traits #14
Add Traits #14
Conversation
Signed-off-by: kazk <[email protected]>
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.
this is great. it allows us to start iterating on this properly.
one minor comment, but otherwise am just super happy to see this 👍
Ok(()) | ||
} | ||
|
||
fn append_trait_def(lib_rs: &mut File) { |
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.
hah, that is a nice way to get started. We can think about where to move this stuff later in #4
Signed-off-by: kazk <[email protected]>
Signed-off-by: kazk <[email protected]>
A quick hack to add traits. It compiles :)