lexsdl 0.3.0

A wrapper for SDL2 to abstract away annoying parts
<!DOCTYPE html>
<html>
<head>
	<title>LEXSDL Documentation Notes</title>
	<link rel="stylesheet" href="styles.css">
</head>
<header>
	<h1>Documentation Notes</h1>
	<hr>
</header>
<body>
	<p>
		Notes and rules for the documentation.
	</p>
	<hr>
	<p>
		A template "<a href=LEXSDL_Template.html>documentation/LEXSDL_Template.html</a>" is available.
	</p>
	<hr>
	<h2>Formating</h2>
	<h3>Code</h3>
	<ul>
		<b>Identation/Tabs</b> : are 4 spaces.<br>
		<b>Rust</b> : the symbols <b>()[]</b> are not colored.<br>
	</ul>
	<hr>
	<h2>Colors</h2>
	<h3>Code</h3>
	<ul>
		<b>Simbols ()[]{}.,+-*/%!|</b> : <span class=symbol>#66cf8d</span><br>
		<b>Numbers</b> : <span class=number>#f67400</span><br>
		<b>Types</b> : <span class=type>#2980b9</span><br>
		<b>String</b> : <span class=string>#f44f4f</span><br>
		<b>Char</b> : <span class=char>#3daee9</span><br>
		<b>Keywords</b> : <span class=keyword>Bold Text</span><br>
		<b>Preprocessor</b> : <span class=preprocessor>#27ae60</span><br>
		<b>Macro</b> : <span class=macro>#27ae60</span><br>
		<b>Comment</b> : <span class=comment>#a6a9aa</span><br>
		<b>Control Flow</b> : <span class=controlFlow>Bold #fdbc4b</span><br>
		<br>
	</ul>
	<h3>Cli</h3>
	<ul>
		<b>Command</b> : <span class=command> Bold #0099ff</span><br>
		<b>Option</b> : <span class=option>#2980b9</span><br>
		<b>Number</b> : <span class=number>#f67400</span><br>
	</ul>
</body>
<footer>
	<br>
	<hr>
	<a href=FrontPage.html>FrontPage</a> <b>|</b> <a href=https://gitlab.com/Alexevier/lexsdl>GitLab</a> <b>|</b> <a href=https://crates.io/crates/lexsdl>Crates.io</a>
</footer>
</html>