urlex 0.1.0

Extract URL from stdin and print them to stdout
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.anyhow]
version = "1.0"

[dependencies.regex]
version = "1.3"

[package]
authors = ["Wang Ruochen <wangkevin920@163.com>"]
description = "Extract URL from stdin and print them to stdout"
edition = "2018"
license = "MIT"
name = "urlex"
readme = "README.md"
version = "0.1.0"