Skip to content

eyu-447/apexlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Apex Library

Apex Library

Fast, modular, and fun Rust library

A Rust library to simplify tasks and experiments with modular design. Supports features like core utilities, window handling, and structured data.

                         _ _ _     
  __ _ _ __   _____  __ | (_) |__  
 / _` | '_ \ / _ \ \/ / | | | '_ \ 
| (_| | |_) |  __/>  <  | | | |_) |
 \__,_| .__/ \___/_/\_\ |_|_|_.__/ 
      |_|                                              
        

โš™๏ธ Features

  • core: Core utilities (labels, string operations, etc.)
  • features: Extra functionalities (window creation, etc.)
  • structs: Structured data modules
  • tests: Tests of some units and functions
  • build.rs & check_lib.py: Automatic library check for any project using it

๐Ÿ›  Installation

Add to your Cargo.toml:

[dependencies]
apex = { path = "../apexlib" }

๐Ÿ“ Usage

use apexlib::*;

// Labels example labels!("one", "two", "three");

// open window Open a 400x400 window oapex_window();

// And many ready-made functions and commands

โšก Notes

Fully compatible with Linux, macOS, and Windows

Automatic library validation before build

Modular design for easy expansion

This is a preliminary version and its files may change at any time.

About

A Rust library programmed for entertainment and also to make coding in Rust a bit faster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published