Skip to content

Akazukin-Team/Rust-Service-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Service Library for Rust

Build Status

A library providing manager for many similar services.


Table of Contents


Features

  • Provides manager for many similar services.

Getting Started

Prerequisites

Make sure you have the following installed:

  • Cargo version stable or later.

Installation

Using Cargo

  1. Add the following repository to the <repositories> block in your pom.xml file:

    [registries.akazukin-mixed]
    index = "sparse+https://nexus.akazukin.org/repository/cargo-public-libraries/"
    credential-provider = "cargo:token"
  2. Add the dependency to the <dependencies> block in your pom.xml file:

    [dependencies]
    library = { package = "service", version = "VERSION", registry = "akazukin-mixed" }

Contributing

Please read the Contribution Guide carefully and follow the coding conventions and guidelines when making your changes.


Build Instructions

To build the project from source, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Akazukin-Team/Rust-Service-Library.git
    cd Rust-Service-Library
  2. Build the project with cargo:

    cargo build

    The compiled binary file will be located in the target/ directory.

  3. Publish to the registry using cargo:

    cargo publish --registry=REGISTRY_NAME

Continuous Integration

This project uses GitHub Actions for Continuous Integration (CI). Every push to the production or development branch automatically triggers the build and test workflow.


License

This project is licensed under the terms described in the License file.


Contact

If you need further assistance or wish to contact us directly, please refer to the Support page.


About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages