finnbear / db_ip

An (unofficial) Rust library for querying db-ip.com data
https://crates.io/crates/db_ip
Other
5 stars 0 forks source link

docs.rs not able to build docs #1

Closed ramiroaisen closed 1 year ago

ramiroaisen commented 1 year ago

Seems that docs.rs is not beeing able to build the docs, the doc generating process has constraints that probably are not beeing met by this crate.

It would be nice if you can generate and post the docs for this crate yourself.

If you are insterested, let me know and I can create a static server to host the docs, probably in some provider like netlify or so.

finnbear commented 1 year ago

Thanks for bringing this to my attention. I believe it has to due with the build script which downloads files from the internet (free geolocation data). IIRC this can be disabled by turning off default features when building documentations. Then it should just work on docs.rs :)

finnbear commented 1 year ago

Enjoy! :tada:

https://docs.rs/db_ip/0.3.7/db_ip/