Skip to content

a library to parse network packets from a certain turn based anime game

License

Notifications You must be signed in to change notification settings

IceDynamix/reliquary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reliquary

a library to parse network packets from a certain turn based anime game!

module purpose
network parse bytes into network packets
resource look up network packet resource ids from SRD

use in your projects

not published to crates.io out of caution. add following to your Cargo.toml to use

[dependencies]
reliquary = { git = "https://github.com/IceDynamix/reliquary" } # optionally add revision

for documentation, use cargo doc

codegen

types are outdated? check out reliquary-codegen

versioning

different package versions were made for different game versions. all game version updates will warrant breaking changes in the generated protobuf types, hence the major version bumps.

package version game version
2.0.0 2.3
3.1.0 2.4

related

About

a library to parse network packets from a certain turn based anime game

Resources

License

Stars

Watchers

Forks

Languages