-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from vertexclique/new-ring-structure
new ring structure
- Loading branch information
Showing
22 changed files
with
324 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "nuclei" | ||
version = "0.2.1" | ||
authors = ["Mahmut Bulut <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Proactive IO & runtime system" | ||
keywords = ["io", "async", "uring", "iouring", "proactor"] | ||
categories = ["concurrency", "asynchronous"] | ||
|
@@ -31,29 +31,29 @@ autoexamples = false | |
|
||
|
||
[features] | ||
default = ["async-exec", "epoll"] | ||
default = ["async-exec", "iouring"] | ||
# Devs should enable these features to use iouring on linux. | ||
#default = ["asyncstd", "iouring"] | ||
epoll = [] | ||
iouring = ["iou", "uring-sys"] | ||
iouring = ["rustix-uring", "rustix"] | ||
|
||
async-exec = ["async-global-executor"] | ||
tokio03 = ["async-global-executor/tokio03"] | ||
tokio02 = ["async-global-executor/tokio02"] | ||
tokio = ["async-global-executor/tokio"] | ||
|
||
[dependencies] | ||
lever = "0.1" | ||
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] } | ||
socket2 = { version = "0.3.12", features = ["pair", "unix"] } | ||
socket2 = { version = "0.3.19", features = ["pair", "unix"] } | ||
pin-utils = "0.1.0" | ||
once_cell = "1.4.0" | ||
async-global-executor = { version = "2.0", optional = true, features = ["async-io"] } | ||
once_cell = "1.19.0" | ||
os_socketaddr = "0.2.5" | ||
ahash = "0.8.7" | ||
async-global-executor = { version = "2.4", optional = true, features = ["async-io"] } | ||
|
||
# Other backends | ||
[target.'cfg(target_os = "linux")'.dependencies] | ||
iou = { version = "0.0.0-ringbahn.1", optional = true } | ||
uring-sys = { version = "0.6.1", optional = true } | ||
rustix = { version = "0.38", optional = true } | ||
rustix-uring = { version = "0.2.0", optional = true } | ||
|
||
[target.'cfg(target_family = "unix")'.dependencies] | ||
libc = { version = "0.2" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"projects": { | ||
"default": "nuclei" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea/ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# <img src="https://raw.githubusercontent.com/vertexclique/nuclei/master/img/nuclei-logo.png"> | ||
PROACTIVE IO & RUNTIME SYSTEM <small>est. 2019</small> | ||
|
||
[![](assets/img/github.svg) GitHub](https://github.com/vertexclique/nuclei) | ||
[![](assets/img/sitemap-solid.svg) What is Nuclei?](https://vertexclique.github.io/nuclei/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"hosting": { | ||
"public": ".", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover"> | ||
<meta name="description" content=""> | ||
<title></title> | ||
|
||
<!-- Themes (light + dark) --> | ||
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css"> | ||
|
||
<!-- PrismJS theme --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/themes/prism-night-owl.min.css"> | ||
|
||
<!-- Custom Styles --> | ||
<style> | ||
:root { | ||
--theme-hue: 120; | ||
--theme-color: rgb(106, 25, 205); | ||
/* <a href="https://ibb.co/mhM4z6P"><img src="https://i.ibb.co/DwSQK5j/vibrant-obelisk.png" alt="vibrant-obelisk" border="0"></a> */ | ||
--cover-background-color: #00000000; | ||
--cover-background-image: url(https://s13.gifyu.com/images/S0ULN.gif); | ||
--cover-button-background: rgb(118, 198, 251); | ||
--cover-button-border: rgb(118, 198, 251); | ||
--cover-button-border: 1px solid var(--theme-color); | ||
--cover-heading-color: rgb(106, 25, 205); | ||
--cover-heading-font-size: 100px; | ||
--cover-heading-font-size-min: ; | ||
--cover-heading-font-size-max: 500px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
|
||
<script> | ||
// Docsify Configuration | ||
window.$docsify = { | ||
// GENERAL | ||
// ----------------------------------------------------------------- | ||
name : 'Nuclei - Proactive IO & Runtime system', | ||
repo: 'vertexclique/nuclei', | ||
coverpage : 'coverpage.md', | ||
homepage : 'introduction.md', | ||
loadSidebar: 'sidebar.md', | ||
|
||
coverpage: true, | ||
themeable: { | ||
readyTransition : true, // default | ||
responsiveTables: true // default | ||
} | ||
}; | ||
</script> | ||
|
||
<!-- Required --> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/docsify-pagination.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/docsify-tabs.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify-prism@latest/dist/docsify-prism.min.js"></script> | ||
|
||
<!-- CDN files for prism --> | ||
<script src="//unpkg.com/[email protected]/prism.js"></script> | ||
<script src="//unpkg.com/[email protected]/components/prism-rust.min.js"></script> | ||
<script src="//unpkg.com/[email protected]/components/prism-toml.min.js"></script> | ||
<script src="//unpkg.com/[email protected]/components/prism-python.min.js"></script> | ||
<script src="//unpkg.com/[email protected]/components/prism-json.min.js"></script> | ||
|
||
<!-- Recommended --> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Nuclei |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Quickstart Guide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- markdownlint-disable-next-line first-line-heading --> | ||
- [Introduction](introduction) | ||
- [Quickstart Guide](quickstart) | ||
- **Internals** | ||
- [Design Principles](designprinciples) | ||
- [Recovery System](recosystem) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.