crossbus 0.0.6-a

A Platform-Less Runtime-Less Actor Computing Model
Documentation
<!DOCTYPE HTML>
<html lang="en" class="sidebar-visible no-js light">
    <head>
        <!-- Book generated using mdBook -->
        <meta charset="UTF-8">
        <title>Introduction - CrossBus Dev Blog</title>
        <!-- Custom HTML head -->
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="theme-color" content="#ffffff" />

        <link rel="icon" href="dev/favicon.svg">
        <link rel="shortcut icon" href="dev/favicon.png">
        <link rel="stylesheet" href="dev/css/variables.css">
        <link rel="stylesheet" href="dev/css/general.css">
        <link rel="stylesheet" href="dev/css/chrome.css">
        <link rel="stylesheet" href="dev/css/print.css" media="print">
        <!-- Fonts -->
        <link rel="stylesheet" href="dev/FontAwesome/css/font-awesome.css">
        <link rel="stylesheet" href="dev/fonts/fonts.css">
        <!-- Highlight.js Stylesheets -->
        <link rel="stylesheet" href="dev/highlight.css">
        <link rel="stylesheet" href="dev/tomorrow-night.css">
        <link rel="stylesheet" href="dev/ayu-highlight.css">

        <!-- Custom theme stylesheets -->
    </head>
    <body>

        <div id="page-wrapper" class="page-wrapper" style="margin-left: unset;">

            <div class="page">

                <div id="content" class="content" style="margin-top: 50px;">
                    <main>
                        <!--<h1 id=""><a class="header" href="#"></a></h1>-->
<div align="center">
  <h1 id="crossbus">CrossBus</h1>
  <p>
    <strong>A Platform-Less, Runtime-Less Actor Computing Model</strong>
  </p>
<p>
<p><a href="https://docs.rs/crossbus"><img src="https://img.shields.io/docsrs/crossbus/latest" alt="API Document" /></a>
<a href="https://crates.io/crates/crossbus"><img src="https://img.shields.io/crates/v/crossbus.svg" alt="crates.io" /></a></p>
</p>
</div>

<h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
<p><a href="https://github.com/hominee/crossbus">CrossBus</a> is an implementation of
<a href="https://en.wikipedia.org/wiki/Actor_model">Actor Computing Model</a>,
with the concept that</p>
<ul>
<li><strong>Runtime-less</strong></li>
<li><strong>Bare-Metal Compatible</strong></li>
<li><strong>Platform-less by Runtime-less</strong></li>
<li><strong>Future-oriented Routine and Events</strong></li>
<li><strong>Real-time Execution Control</strong></li>
</ul>

<h2 id="dev-blog"><a class="header" href="#dev-blog">Dev Blog</a></h2>
<p><a href="dev/post/content.html">Dev Blog</a> contains some milestones of crossbus during development,
or explains the impulse of a specific feature and design or something
like this.</p>

                    </main>
                </div>
            </div>
        </div>
    </body>
</html>