8000 GitHub - kprotty/yaar: Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kprotty/yaar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaar Crates.io Documentation

Yet Another Asynchronous Runtime (yaar) focused on #![forbid(unsafe_code)] and scalability.

This crate is currently under development.

Overview:

I decided to challenge myself in writing an async runtime for Rust that doesn't use unsafe. The rules were just that, so I can still rely on other unsafe crates (i.e. parking_lot, crossbeam, arc-swap). The goal is to make a #![forbid(unsafe_code)] that's competitive in performance with tokio. This is a research project first, and a library second. (At least for now)

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.

About

Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0