Skip to content

Commit 387d7cf

Browse files
committed
refactor: rename project io-socket
1 parent 4b3c614 commit 387d7cf

33 files changed

+1635
-1314
lines changed

.cliffignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.2] - 2025-08-03
8+
## [Unreleased]
99

1010
### Added
1111

12-
- Clean the whole lib
12+
- Renamed the project from `io-stream` to `io-socket`.
1313

14-
### Changed
15-
16-
- Release v0.0.2
17-
18-
## [0.0.1] - 2025-06-04
19-
20-
### Added
21-
22-
- Init io, coroutines and runtimes
23-
- Add read exact and read to end coroutines
14+
- Added std UDP socket handler (behind `std-udp-socket` cargo feature).
2415

2516
### Changed
2617

27-
- Improve logs
18+
- Renamed `std` cargo feature to `std-stream`.
2819

29-
[0.0.2]: https://github.com/pimalaya/io-stream/compare/v0.0.1..v0.0.2
30-
[0.0.1]: https://github.com/pimalaya/io-stream/compare/root..v0.0.1
20+
- Renamed `tokio` cargo feature to `tokio-stream`.
3121

32-
<!-- generated by git-cliff on 2025-08-03T09:24:02.230470339+02:00 -->
22+
[unreleased]: https://github.com/pimalaya/io-socket/compare/root..HEAD

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing guide
22

3-
Thank you for investing your time in contributing to the I/O Stream project.
3+
Thank you for investing your time in contributing to the I/O Socket project.
44

55
## Development
66

@@ -29,9 +29,9 @@ You can disable [default features](https://doc.rust-lang.org/cargo/reference/fea
2929
Finally, you can build a release with `--release`:
3030

3131
```
32-
cargo build --no-default-features --features std --release
32+
cargo build --no-default-features --features std-stream --release
3333
```
3434

3535
## Commit style
3636

37-
I/O Stream follow the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary).
37+
I/O Socket follows the [conventional commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary).

0 commit comments

Comments
 (0)