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

Put on crates.io #1

Closed
teburd opened this issue May 19, 2015 · 11 comments
Closed

Put on crates.io #1

teburd opened this issue May 19, 2015 · 11 comments

Comments

@teburd
Copy link

teburd commented May 19, 2015

would be nice to see this on crates.io

@danburkert
Copy link
Owner

I plan to, but right now it's blocked on retep998/winapi-rs publishing an updated crate (crates.io does not allow you to publish with non-crates.io dependencies).

@retep998
Copy link
Contributor

You should no longer be blocked on that.

@BurntSushi
Copy link
Collaborator

@danburkert Is there anything I can do to help get this on crates.io?

@danburkert
Copy link
Owner

Hi all, sorry for the radio silence on this. I'm of the opinion that this project should be combined with rbranson/rust-mmap , and be pushed to crates.io as an update to that project. I'm attempting to reach out to the owner of that project via rbranson/rust-mmap#5, but there's no word back yet. If there's enough demand I may just go ahead and push under a different name. I'd also like to get a solution to #4 before pushing since that is almost certainly going to change the API.

@xrl
Copy link

xrl commented Aug 21, 2015

@danburkert I've emailed @rbranson about this issue and haven't heard back. I think it's time to publish under another name? Is mmap-sys available?

This is holding me up from publishing my mmap-backed database lib.

@retep998
Copy link
Contributor

Perhaps memmap or memorymap?

@jan-hudec
Copy link

I support @retep998's suggestions. https://crates.io/ does not have either.

@xrl
Copy link

xrl commented Aug 21, 2015

The -sys suffix is the working convention for "system bindings". mmap-sys is open. You can view -sys packages here: https://crates.io/search?q=-sys . This library would follow that convention.

@retep998
Copy link
Contributor

But this crate does not provide raw bindings to a specific system library. Rather it provides a high level wrapper around system stuff provided by other crates.

@xrl
Copy link

xrl commented Aug 21, 2015

That's fair. I vote memorymap.

@danburkert
Copy link
Owner

The project has been renamed to memmap, and pushed to crates.io. Thanks all!

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

No branches or pull requests

6 participants