lstnconn

Check-in Differences
Login

Check-in Differences

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Difference From lstnconn-0.1.0 To lstnconn-0.1.1

2024-05-31
21:51
Release maintenance. Leaf check-in: 39547f0265 user: jan tags: trunk, lstnconn-0.1.1
21:43
Add missing license. check-in: a8f420f601 user: jan tags: trunk, lstnconn-0.1.0
21:36
Update index page. check-in: 0b0326a410 user: jan tags: trunk

Changes to Cargo.toml.

1
2
3
4
5
6
7
8
9
10
[package]
name = "lstnconn"
version = "0.1.0"
edition = "2021"
license = "0BSD"
# https://crates.io/category_slugs
categories = [ "network-programming", "asynchronous" ]
keywords = [ "network", "server", "listen", "protwrap" ]
repository = "https://repos.qrnch.tech/pub/lstnconn"
description = "Simple listener and connections abstraction built on protwrap."


|







1
2
3
4
5
6
7
8
9
10
[package]
name = "lstnconn"
version = "0.1.1"
edition = "2021"
license = "0BSD"
# https://crates.io/category_slugs
categories = [ "network-programming", "asynchronous" ]
keywords = [ "network", "server", "listen", "protwrap" ]
repository = "https://repos.qrnch.tech/pub/lstnconn"
description = "Simple listener and connections abstraction built on protwrap."

Changes to README.md.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# lstnconn

Abstraction around network listeners that spawn connections.


## Change log

The details of changes can always be found in the timeline, but for a
high-level view of changes between released versions there's a manually
maintained [Change Log](./changelog.md).


## Project Status

Earily prototyping stages.





<
<
<
<
<
<
<
<
<
<
<
<
1
2
3
4












# lstnconn

Abstraction around network listeners that spawn connections.













Changes to www/changelog.md.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15










16
17
18
# Change Log

## [Unreleased]

[Details](/vdiff?from=lstnconn-0.1.0&to=trunk)

### Added

### Changed

### Removed

---

## [0.1.0] - 2024-05-31











Initial release.





|









|
>
>
>
>
>
>
>
>
>
>



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Change Log

## [Unreleased]

[Details](/vdiff?from=lstnconn-0.1.1&to=trunk)

### Added

### Changed

### Removed

---

## [0.1.1] - 2024-05-31

[Details](/vdiff?from=lstnconn-0.1.0&to=lstnconn-0.1.1)

### Changed

- Fixed readme.

---

## [0.1.0] (yanked) - 2024-05-31

Initial release.