Skip to content

Latest commit

 

History

118 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antelope Standard Library for Rust

github crates.io docs.rs GitHub Workflow Status

Implements most commonly used Antelope C++ Classes into Rust.

📖 Documentation

🛠 Feature Roadmap

Install

$ cargo add antelope

Quickstart

use antelope::{SymbolCode};

let symcode = SymbolCode::from("FOO");
assert_eq!(5197638, symcode.raw());
assert_eq!(3, symcode.length());
assert_eq!(true, symcode.is_valid());
assert_eq!("FOO", symcode.to_string());

About

Antelope Standard Library for Rust

Topics

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages