Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Extract model and rpc crates from runtime #14

Merged
merged 2 commits into from Nov 24, 2017

Conversation

antiguru
Copy link
Member

Signed-off-by: Moritz Hoffmann moritz.hoffmann@inf.ethz.ch

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>
@antiguru antiguru requested a review from gandro November 23, 2017 16:20
@gandro
Copy link
Member

gandro commented Nov 23, 2017

Nice! Any indication whether it helps with compilation times?


extern crate abomonation;
#[macro_use]
extern crate abomonation_derive;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind removing these crates from the Cargo.toml as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, changed in cb58534.

@antiguru
Copy link
Member Author

It doesn't affect compilation time, I only saw a negligible difference.

Removes abomonation, abomonation_derive and serde_derive from Cargo.toml.

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>
@gandro gandro merged commit a9a48dd into strymon-system:master Nov 24, 2017
@gandro
Copy link
Member

gandro commented Nov 24, 2017

Thanks!

@antiguru antiguru deleted the extract_model_rpc branch November 24, 2017 09:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants