whois2 0.0.1

Whois library which work without whois servers config
Documentation
  • Coverage
  • 0%
    0 out of 11 items documented0 out of 4 items with examples
  • Size
  • Source code size: 10.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 235.29 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • rekby/rust-whois2
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rekby

Whois library doesn't use any manual supported whois servers database. It try recursive search whois server with start from whois.iana.org. It has simple internal cache for success servers.

It is my first rust code and can be non ideomatic, best practice, elegant and etc.