Skip to content
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

Split out separate sys package #16

Merged
merged 1 commit into from Nov 26, 2016
Merged

Split out separate sys package #16

merged 1 commit into from Nov 26, 2016

Conversation

thijsc
Copy link
Contributor

@thijsc thijsc commented Nov 24, 2016

When you have an lz4 dependency in another linked C library you don't need the full wrapper, just a way to compile and link lz4. This commit splits this part out into a separate sys crate to create this
possiblity.

When you have an lz4 dependency in another linked C library you don't
need the full wrapper, just a way to compile and link lz4. This commit
splits this part out into a separate sys crate to create this
possiblity.
name = "lz4-sys"
license = "MIT"
links = "lz4"
version = "1.19.173"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

You could chose to have a version number here that's independent from the sys crate.

@thijsc
Copy link
Contributor Author

thijsc commented Nov 26, 2016

@bozaro What do you think?

@bozaro bozaro merged commit bc9390b into bozaro:master Nov 26, 2016
@bozaro
Copy link
Owner

bozaro commented Nov 26, 2016

Thanks.
I merged your change with some changes to mark lz4-sys as #![no_std].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants