chobitlibs

Crates.iochobitlibs
lib.rschobitlibs
version0.12.0
created_at2023-01-07 03:01:55.668838+00
updated_at2025-06-26 21:41:39.420737+00
descriptionSingle file libraries for my project.
homepage
repositoryhttps://github.com/MetalPhaeton/chobitlibs
max_upload_size
id752743
size2,941,538
石橋宏之利 (MetalPhaeton)

documentation

README

ChobitLibs

ChobitLibs is single file libraries.
You can put each src file into your project.

All libraries are WTFPL License.

Libraries

All libraries can be used in no_std.

  • chobit_map.rs : Hash table.
  • chobit_hash.rs : Hash functions.
  • chobit_rand.rs : Random number generator.
  • chobit_ai.rs : Neural network library.
  • chobit_sexpr.rs : Structured byte string.
  • chobit_complex.rs : Complex number for high-speed rotation.
  • chobit_playbook.rs : Playbook parser for novel games.
  • chobit_ani_value.rs : Utility for UV animation.
  • chobit_flow.rs : Flowchart framework.
  • chobit_machine.rs : Stack machine library.

ReScript

  • ChobitModuleSystem.res and ChobitModuleSystem.resi
  • ChobitModuleActor.res and ChobitModuleActor.resi
  • ChobitSexpr.res and ChobitSexpr.resi
Commit count: 254

cargo fmt