Skip to content

CCZU-OSSA/cczuni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

CCZUNI

Rust size

Usage

cargo add --git https://github.com/CCZU-OSSA/cczuni.git

Features

todo!()

What's the Difference to CCZU-Client-API?

Thread Safe

In CCZU-Client-API, we used this code to impl Sync and Send.

unsafe impl Send for #ident {}
unsafe impl Sync for #ident {}

There are some risks to use with it.

In cczuni, we use Arc and tokio::sync to ensure the thread safe.

Faster Speed & Smaller Size

With less unnecessary clone, new...

cczuni is faster and smaller!

Flexible Trait.

In cczuni, most traits are impl for generic Client.

We provide a default crate::impls::client::DefaultClient, If you want to custom a Client, just impl Client.

Docs

todo!()

About

CCZU Universal API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages