Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
/ libfdu Public archive

A universal SDK for FDU. Powered by Rust.

Notifications You must be signed in to change notification settings

DanXi-Dev/libfdu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfdu

A universal SDK for FDU.

☢ This repository has been archived ☢

Due to no time, no passion and so on, we decide to terminate any development on this repository. It is far from usable so you may want to look other similar projects instead.

Building

You need Rust Nightly installed:

$ rustup default nightly

Build the library by running:

$ cargo build

or

$ cargo build --release

You will find the library files *.dll & *.dll.lib, *.dylib, or *.so in the target/debug or target/release directory, and C header is bindings.h in the project root directory.

Testing

Some examples are available in src/lib.rs.

You are able to run these tests by running:

$ cargo test

If more precise control on testing is needed, you can run all or some of them in your IDE. (e.g. CLion, Visual Studio Code)

Contribution

You can contribute to the project by opening an issue or creating a pull request.

To get familiar with the library, you are encouraged to read the comments in the source code directly.

About

A universal SDK for FDU. Powered by Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published