Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/clap-rs/clap-port-flag

Easily add address & port flags to CLIs using Clap
https://github.com/clap-rs/clap-port-flag

Merge #34

34: Bump actions/checkout from 3 to 4 r=matthiasbeyer a=dependabot[bot]

Bumps [actions/checkout...

98aed8588b0b68bec98ae33429dd04365ddf7766 authored over 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fix clippy: Do not borrow here

Signed-off-by: Matthias Beyer <[email protected]>

abe1d5d0e92343e163204cb48fedb761c78b3d17 authored over 1 year ago by Matthias Beyer <[email protected]>
MSRV: 1.64.0 -> 1.70.0

Signed-off-by: Matthias Beyer <[email protected]>

33e99f2eebf14a48e23809c2d83d37e75ceef144 authored over 1 year ago by Matthias Beyer <[email protected]>
MSRV: 1.60.0 -> 1.64.0

Signed-off-by: Matthias Beyer <[email protected]>

65693625497b84e918be378fc2871e59a129cea5 authored over 1 year ago by Matthias Beyer <[email protected]>
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

7828fc36434cfc2f7930265fadafe8959c7e6192 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge #32

32: Bump swatinem/rust-cache from 1 to 2 r=matthiasbeyer a=dependabot[bot]

Bumps [swatinem/rust...

31620236d80943c34aa40bdd19e2c363725a1391 authored about 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Bump swatinem/rust-cache from 1 to 2

Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 1 to 2.
- [Release note...

80ad6a6bf877c4fd12e4cbcc08fe93d912543e8f authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge #31

31: Prepare 0.4.0 r=matthiasbeyer a=matthiasbeyer

Co-authored-by: Matthias Beyer <mail@beyerm...

0eba60155327a3e01fda560acd3bff936770d9a9 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Update version string

Signed-off-by: Matthias Beyer <[email protected]>

b9fa49aea3de63bd15ca5b4cb4b6c8be2941276d authored over 2 years ago by Matthias Beyer <[email protected]>
Add CHANGELOG.md

Signed-off-by: Matthias Beyer <[email protected]>

3666cb69f1f5380a504bfa844e61ea2660d46701 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #30

30: Update clap: 3 -> 4 r=matthiasbeyer a=matthiasbeyer

Co-authored-by: Matthias Beyer <mail@...

6da37e9d7e49708df5a40259cd4ce50a4baafbe8 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Update clap: 3 -> 4

Signed-off-by: Matthias Beyer <[email protected]>

6f0ddd27b006bcb48e02d5377a8b8e6fdca47fda authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #27

27: Cleanup readme r=matthiasbeyer a=matthiasbeyer

Co-authored-by: Matthias Beyer <mail@beyer...

7d5f3e00ec2e537a4345503e3c200d59851d85ef authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Add missing blank lines

Signed-off-by: Matthias Beyer <[email protected]>

ab02a413ffae75054cfb48ea7aa513f62141ced3 authored over 2 years ago by Matthias Beyer <[email protected]>
Fix indentation in code examples

Signed-off-by: Matthias Beyer <[email protected]>

be7a6db4f8a255dce57cf816879f385ed634c410 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #26

26: Feature fd r=matthiasbeyer a=matthiasbeyer

Makes the "TcpSocket from file descriptor" funct...

88129a274e8ff0259741fbbe2c17f1a4c07d4cbe authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Add "fd" feature in actions matrix

Signed-off-by: Matthias Beyer <[email protected]>

483a1aecc8d6869881eca6b288ec404b831df90d authored over 2 years ago by Matthias Beyer <[email protected]>
Make fd-passing a compiletime feature

This way, if the feature is disabled, the codebase does not contain
unsafe code.

The "fd" featu...

c2b393140dc79e163752abe68d73191523367936 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #25

25: Address be addr r=matthiasbeyer a=matthiasbeyer

Adds a feature whether the `--address` flag...

3fd212ba23c353e71a169bfc1652378469c6d320 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Alter workflow to cargo-check with features

Signed-off-by: Matthias Beyer <[email protected]>

62e8516a2413a3d8468403eaa316d119d303f652 authored over 2 years ago by Matthias Beyer <[email protected]>
Add feature to have --address be a SocketAddr

When this feature is enabled, the --port flag is disabled and
--address takes a std::net::Socket...

74af9d18911b536d8980108933ca7ef3c7fb7075 authored over 2 years ago by Matthias Beyer <[email protected]>
Add tests for with and without feature

Signed-off-by: Matthias Beyer <[email protected]>

4518a2009bae23136a516913a9785e25d8fd8732 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #24

24: Add testcase r=matthiasbeyer a=matthiasbeyer

This PR adds a testcase for the port flag.

...

9c36a01e5c21c50f4a6a36948c918c77f235bc36 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fix: Pass fake binary name

The try_parse_from() function parses the first argument as binary name,
so we have to provide a ...

61ba78227410bf4a057cca6810a06d5667d875fb authored over 2 years ago by Matthias Beyer <[email protected]>
Add testcase

Signed-off-by: Matthias Beyer <[email protected]>

890e6a9796eb9024a7cada2ed53cc06f248264e2 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #22

22: Commit lint r=matthiasbeyer a=matthiasbeyer

Add commit linting CI workflow.

Co-authored-by...

64ba17c0a5760d9088b53a73d54536d09cf866a9 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Add workflow for commit linting

Signed-off-by: Matthias Beyer <[email protected]>

0fedd57c1f160a66c7176c228176379e367e1996 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #23

23: Revert "Remove cargo-deny job for now" r=matthiasbeyer a=matthiasbeyer

Re-add cargo-deny jo...

1d02afc3717ee92ec8c0fd1c5d90350b5e9e537e authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Add cargo-deny configuration

Signed-off-by: Matthias Beyer <[email protected]>

d26c2cc5fffc738399c572de8bee07340187e034 authored over 2 years ago by Matthias Beyer <[email protected]>
Revert "Remove cargo-deny job for now"

This reverts commit 38824bc548f3e4b7119634459921094f4fb28d7f.

Signed-off-by: Matthias Beyer <ma...

342f64159c6828ded33178f8809c819f5fa73f50 authored over 2 years ago by Matthias Beyer <[email protected]>
Add gitlint configuration flag

Signed-off-by: Matthias Beyer <[email protected]>

08804d912d35cd25eda82da83f87fccfbd347e47 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #18

18: Cleanup r=matthiasbeyer a=matthiasbeyer

Draft as long as #17 is not done.

This PR cleans...

aee6d8ed22a43fb674bc932ccc7c714c14fe4a13 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fix examples to actually compile

Signed-off-by: Matthias Beyer <[email protected]>

c1735285e3f9bdaa01da1e05adbf2cd708703758 authored over 2 years ago by Matthias Beyer <[email protected]>
Update edition setting

Signed-off-by: Matthias Beyer <[email protected]>

ebf83f87fba207b5016d38105ef29259c51c78d2 authored over 2 years ago by Matthias Beyer <[email protected]>
Format sources

Signed-off-by: Matthias Beyer <[email protected]>

5db6bc25e611add94573caac4d24e4297e53b275 authored over 2 years ago by Matthias Beyer <[email protected]>
Use default rustfmt configuration

Signed-off-by: Matthias Beyer <[email protected]>

482e1d140dc5feb8bef46701e73ba18304484986 authored over 2 years ago by Matthias Beyer <[email protected]>
Remove nightly stuff, these things are stable by now

Signed-off-by: Matthias Beyer <[email protected]>

c29938fc0bf5b3fde4109d08feba987cd2814b1e authored over 2 years ago by Matthias Beyer <[email protected]>
Update to use clap instead of structopt

Signed-off-by: Matthias Beyer <[email protected]>

f8974a726b638543f7780f93c3aebc2aa87b46d6 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #19

19: Dependabot r=matthiasbeyer a=matthiasbeyer

For after #17 is done.

Co-authored-by: Matthias...

672120f7190fab883542cc322990cb6d27330c08 authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Add dependabot configuration

Signed-off-by: Matthias Beyer <[email protected]>

460e11772cd8ae41de6e6d0a7f08b044c40fd420 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge #17

17: Add CI r=matthiasbeyer a=matthiasbeyer

This brings CI to this repository.

`@epage` Hi! W...

805d5d0bf7d307f1cc587fd332e8c612de740dbe authored over 2 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Remove cargo-deny job for now

Our goal here is to configure CI, not to fix these issues.

Signed-off-by: Matthias Beyer <mail@...

38824bc548f3e4b7119634459921094f4fb28d7f authored over 2 years ago by Matthias Beyer <[email protected]>
Add bors configuration file

Signed-off-by: Matthias Beyer <[email protected]>

ed24f503c96370e29e1c45b3983a384787434aea authored over 2 years ago by Matthias Beyer <[email protected]>
Add CI configuration

Signed-off-by: Matthias Beyer <[email protected]>

12156b0a0738d12aac056dfa86db20104075a5b6 authored over 2 years ago by Matthias Beyer <[email protected]>
Merge pull request #20 from clap-rs/matthiasbeyer-patch-1

Add actions workflow from github web UI

9b755e28f17159e58c83077e68398a3878c92076 authored over 2 years ago by Matthias Beyer <[email protected]>
Add actions workflow from github web UI

This adds a workflow file from github web UI, because adding one in a normal PR did not trigger ...

334a4b5339fa6d99ddd0d8668387e2b02c1349a8 authored over 2 years ago by Matthias Beyer <[email protected]>
add a hyper example (#11)

bb5df1769ba3e271748fd132b1168a8e9b4bc5ea authored over 6 years ago by Yoshua Wuyts <[email protected]>
(cargo-release) start next development iteration 0.3.1-alpha.0

cdbbb493e7d3a25921c99b7681c85a1c89abeed5 authored over 6 years ago by Yoshua Wuyts <[email protected]>
(cargo-release) version 0.3.0

d37e400691b03c293b34663e111bc611289328f6 authored over 6 years ago by Yoshua Wuyts <[email protected]>
rename hostname -> address (#9)

* rename hostname -> address

* fix address desc in readme

* update .bind_or() for --address

1bd9fa192f599e432edcdc9bfcb691d49c018cf1 authored over 6 years ago by Yoshua Wuyts <[email protected]>
create .bind_or() (#4)

* create .bind_or()

* use hostname arg

* use or_else internally

a536fde93ae9a9555fe3312fb99e422768c87ed1 authored over 6 years ago by Yoshua Wuyts <[email protected]>
readme output

50d11bc203990b155bfcf9bf2f20133a03c2fdde authored over 6 years ago by Yoshua Wuyts <[email protected]>
(cargo-release) start next development iteration 0.2.1-alpha.0

d3d3c981a78fe68e98dfeb862181a8114d19868f authored over 6 years ago by Yoshua Wuyts <[email protected]>
(cargo-release) version 0.2.0

a48f29c033121d0e21e0ac5102d6ca50ca84e0d2 authored over 6 years ago by Yoshua Wuyts <[email protected]>
ignore cargo lock

b53b23fdd4ee5aff4ec335906089baf13bad869a authored over 6 years ago by Yoshua Wuyts <[email protected]>
dont listen on all devices (#2)

* dont listen on all devices

* add hostname flag

* add reading section

* clean up examp...

72e6fbfc4ab09d6c4feaba6e1c1118971470bffe authored over 6 years ago by Yoshua Wuyts <[email protected]>
fix travis (#3)

* fix travis

* travis matrix

38e9e9e415f8c2c98328db1f74bea9e4a6dfa16c authored over 6 years ago by Yoshua Wuyts <[email protected]>
Delete Cargo.lock (#1)

a038b80a5b23aaa50aaa30379859e0d7acd7a0ab authored over 6 years ago by Dylan DPC <[email protected]>
(cargo-release) start next development iteration 0.1.2-alpha.0

cf66fd88f05d8394f097f65ddea0db687523b2d2 authored over 6 years ago by Yoshua Wuyts <[email protected]>
(cargo-release) version 0.1.1

45b480f4ea0f8e1fb2475fd167ff024c5fbe733f authored over 6 years ago by Yoshua Wuyts <[email protected]>
attribution

0480d048cf367b8d41c640778dc7124adc36b4c8 authored over 6 years ago by Yoshua Wuyts <[email protected]>
.

40ed526175cf9ed42ce47dc53c5651c41112ffbc authored over 6 years ago by Yoshua Wuyts <[email protected]>