Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaileke committed Jan 13, 2025
2 parents a79fec3 + cfc58ce commit b75cbc3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# raknet-client
RakNet Client written in Rust.
# bedrock-client
Bedrock Client written in Rust.

## Usage

📄Cargo.toml
```css
[dependencies]
raknet-client = { git = "https://github.com/ismaileke/raknet-client.git", branch = "master" }
tokio = "1.41.0"
bedrock-client = { git = "https://github.com/ismaileke/bedrock-client.git", branch = "master" }
tokio = "1.43.0"
```


📄main.rs
```rust
use raknet_client::client;
use bedrock_client::client;

#[tokio::main]
async fn main() {
Expand All @@ -22,8 +22,10 @@ async fn main() {
}
```

![raknet-client](https://github.com/user-attachments/assets/7de7d6ac-9235-45ad-a8ed-2a90514237d5)
![bedrock-client](https://github.com/user-attachments/assets/7de7d6ac-9235-45ad-a8ed-2a90514237d5)


> [!NOTE]
> It is still in development. I can't develop the project because I don't have time. There are still some shortcomings.
> This project is mainly designed for [Abyssal Eclipse](https://github.com/ismaileke/abyssal-eclipse), but you can get ideas and develop something from the code I wrote.
>
> It is still in development. I can't develop the project because I don't have time. Access to the servers is generally successful. I need to create the Chunk system for [Abyssal Eclipse](https://github.com/ismaileke/abyssal-eclipse).

0 comments on commit b75cbc3

Please sign in to comment.