elura 0.0.1

Foundation crate for the Elura online-game server framework
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 1 items with examples
  • Size
  • Source code size: 4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 250.68 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 43s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Arion-Dsh

Elura

Elura is an online-game server framework under active development.

Version 0.0.1 is an early namespace release. It publishes project identity and release-status metadata while the framework API and its companion crates are being prepared.

assert_eq!(elura::NAME, "Elura");
assert!(elura::is_pre_release());

Do not depend on this release for production framework functionality yet.