/RustSandbox

A sandbox for Rust experiments. I plan to experiment with the barebones of new Rust libraries and frameworks here, and then use them in actual project repositories. This is for learning, and the code is not polished, though you may find an example you can lift and use.

Primary LanguageRustMozilla Public License 2.0MPL-2.0

RustSandbox

A sandbox for Rust experiments. I plan to experiment with the barebones of new Rust libraries and frameworks here, and then use them in actual project repositories. This is for learning, and the code is not polished, though you may find an example you can lift and use.

Examples

  • hello - hello world, with console logging using log and EnvLog
  • onepagecms - one page cms using Tide and rusqlite

Running an example

First, chmod +x ./run

Then, ./run

For example, ./run onepagecms