Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexferl/xnet
V port of Golang's net/ip
https://github.com/alexferl/xnet
v vlang vlang-module
Last synced: 9 days ago
JSON representation
V port of Golang's net/ip
- Host: GitHub
- URL: https://github.com/alexferl/xnet
- Owner: alexferl
- License: mit
- Created: 2021-12-01T00:19:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T04:38:50.000Z (over 2 years ago)
- Last Synced: 2024-11-22T02:34:54.961Z (2 months ago)
- Topics: v, vlang, vlang-module
- Language: V
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xnet
V port of Golang's [net/ip](https://github.com/golang/go/blob/master/src/net/ip.go).## Development
```
$ git clone https://github.com/alexferl/xnet.git
$ cd xnet
$ make dev
```To run the tests:
```
$ make test
```